mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 06:57:28 +00:00
Merge pull request #258 from Nordegraf/fix-wreckin-it
This commit is contained in:
commit
54501bce2a
@ -317,7 +317,9 @@ void RacingControlComponent::OnRequestDie(Entity *player) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!racingPlayer.noSmashOnReload) {
|
||||||
racingPlayer.smashedTimes++;
|
racingPlayer.smashedTimes++;
|
||||||
|
}
|
||||||
|
|
||||||
// Reset player to last checkpoint
|
// Reset player to last checkpoint
|
||||||
GameMessages::SendRacingSetPlayerResetInfo(
|
GameMessages::SendRacingSetPlayerResetInfo(
|
||||||
|
Loading…
Reference in New Issue
Block a user