Skip to content

Commit

Permalink
Unlock input before ending the mission
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2CZ authored and aeoncleanse committed Nov 27, 2017
1 parent 009de99 commit 2803aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/ScenarioFramework.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function EndOperation(_success, _allPrimary, _allSecondary, _allBonus)

ForkThread(function()
WaitSeconds(3) -- Wait for the stats to be synced
UnlockInput()
Sync.OperationComplete = {
success = _success,
difficulty = ScenarioInfo.Options.Difficulty,
Expand Down

0 comments on commit 2803aa3

Please sign in to comment.