From: Mario Date: Wed, 11 Nov 2015 04:15:53 +0000 (+1000) Subject: Crustify X-Git-Tag: xonotic-v0.8.2~1679 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f4fc605901b3b915e0ecaf284355531e014dd859;p=xonotic%2Fxonotic-data.pk3dir.git Crustify --- diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index dd131f3a6..81d5136f9 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -345,7 +345,8 @@ void reset_map(float dorespawn) { SELFPARAM(); - if (time <= game_starttime && round_handler_IsActive()) round_handler_Reset(game_starttime); + if (time <= game_starttime && round_handler_IsActive()) + round_handler_Reset(game_starttime); MUTATOR_CALLHOOK(reset_map_global);