]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Crustify
authorMario <mario@smbclan.net>
Wed, 11 Nov 2015 04:15:53 +0000 (14:15 +1000)
committerMario <mario@smbclan.net>
Wed, 11 Nov 2015 04:15:53 +0000 (14:15 +1000)
qcsrc/server/command/vote.qc

index dd131f3a6410bee532d5fa4ad265fb59f8b12f96..81d5136f9648949b18e8b7866059ea977eff7a2e 100644 (file)
@@ -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);