]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qc
Update global stats during the match, not just at map load, fixes some issues when...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qc
index 345b7fdb836964b8e184c7e00c3d4ff46b23a08e..6580e22f9662478d3b6b5b32f1a213a6efff1d5c 100644 (file)
@@ -243,6 +243,7 @@ void StartFrame()
        anticheat_startframe();
        MUTATOR_CALLHOOK(SV_StartFrame);
 
+       GlobalStats_updateglobal();
     FOREACH_CLIENT(true, GlobalStats_update(it));
     IL_EACH(g_players, IS_FAKE_CLIENT(it), PlayerPostThink(it));
 }