]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Keep the resetting ordered, to match old behaviour
authorMario <mario@smbclan.net>
Sat, 20 May 2017 10:30:01 +0000 (20:30 +1000)
committerMario <mario@smbclan.net>
Sat, 20 May 2017 10:30:01 +0000 (20:30 +1000)
qcsrc/server/command/vote.qc

index 8d1763b73c49be40c510cc4ee3d9a136a1e6d7cc..bc75fd1453e821751dea4feedb6009c3026cdbbd 100644 (file)
@@ -344,7 +344,7 @@ void reset_map(bool dorespawn)
 
        MUTATOR_CALLHOOK(reset_map_global);
 
-       FOREACH_ENTITY_FLOAT(pure_data, false,
+       FOREACH_ENTITY_FLOAT_ORDERED(pure_data, false,
        {
                if(IS_CLIENT(it))
                        continue;