Skip to content

Commit

Permalink
Merge pull request #270 from red-life-project/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Segelente authored Dec 12, 2022
2 parents 356cc26 + b43eff0 commit 4440d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/src/backend/gamestate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ impl GameState {
}
1 => {
if self.check_on_milestone_machines(&[
MACHINE_NAMES[0].to_string(),
MACHINE_NAMES[1].to_string(),
MACHINE_NAMES[2].to_string(),
]) {
self.increase_milestone()?;
}
Expand Down

0 comments on commit 4440d8d

Please sign in to comment.