SERVER: Reset Progress Bar state in Soft_Restart

This commit is contained in:
Steam Deck User 2023-02-07 22:32:01 -05:00
parent a0ae78c150
commit d28699f37c

View file

@ -167,6 +167,9 @@ void() Soft_Restart = {
self = oldself;
self.downed = 0;
self.progress_bar = 0;
self.progress_bar_time = 0;
self.progress_bar_percent = 0;
game_over = false;
rounds = 0;
self.score = 0;