fix: correct indentation for closing brace in RespondToInput function
This commit is contained in:
parent
0945e220e3
commit
7a757df05c
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ func RespondToInput(lobbyState *MatchState, messages []runtime.MatchData, logger
|
|||
// Set a flag to cancel death if the player survives all ticks
|
||||
if playerSurvives {
|
||||
lobbyState.presences[msg.GetSessionId()].stageState.cancelDeath = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue