Skip to content

Commit

Permalink
Merge pull request #1979 from petchema/fix-regression-1965
Browse files Browse the repository at this point in the history
Fix regression introduced in #1965
  • Loading branch information
Interkarma committed Jan 22, 2021
2 parents 21b5731 + e031cfa commit 75e9912
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -248,6 +248,7 @@ public override void OnPush()
enemyBrokeRest = false;
preventedRestMessage = null;
abortRestForEnemySpawn = false;
currentRestMode = RestModes.Selection;

// Get references
playerEntity = GameManager.Instance.PlayerEntity;
Expand Down

0 comments on commit 75e9912

Please sign in to comment.