Skip to content

Commit

Permalink
Fix regression introduced in Interkarma#1965
Browse files Browse the repository at this point in the history
Description of the bug in comments of the Interkarma#1965 PR
  • Loading branch information
Pierre Etchemaite committed Dec 15, 2020
1 parent 5674a60 commit e031cfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 e031cfa

Please sign in to comment.