]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Move MOVETYPE_FLY to ecs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index c959bafd0efabee4f3d41e7e818c6675d5799cbd..3ae2f27f397b3509fb1919e24972834dc3deb382 100644 (file)
@@ -1983,7 +1983,7 @@ string GotoMap(string m)
                return "Map switch will happen after scoreboard.";
 }
 
-
+void systems_update();
 void EndFrame()
 {
        anticheat_endframe();
@@ -2015,6 +2015,7 @@ void EndFrame()
                PlayerState s = PS(it);
                s.ps_push(s, it);
        });
+       systems_update();
 }