Skip to content

Commit

Permalink
refactor: set IsPreviewing to false in onCombatFinished just in case …
Browse files Browse the repository at this point in the history
…something got messed up and it was left as true
  • Loading branch information
LordMidas committed May 20, 2022
1 parent 4cd9b6c commit 01bd5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msu/hooks/skills/skill_container.nut
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@

o.onCombatFinished = function()
{
this.m.IsPreviewing = false;
this.callSkillsFunction("onCombatFinished");
}

Expand Down

0 comments on commit 01bd5a7

Please sign in to comment.