Archived
1
0
Fork 0

fix: correct indentation for closing brace in RespondToInput function

This commit is contained in:
Sebastian Benjamin (aider) 2025-06-03 18:48:21 -07:00
parent 0945e220e3
commit 7a757df05c

View file

@ -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
}
}
}
}