]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/main.qc
Move some code that only needs to run once per frame out of PlayerP*Think()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / main.qc
index 03306e76d7e0f4019657c2259a74c7caee1f2410..a290f4032eaf2ff9a76a6d41b1bd264b39131e70 100644 (file)
@@ -364,6 +364,7 @@ void StartFrame()
                GlobalStats_update(it);
                if (IS_FAKE_CLIENT(it))
                        PlayerPostThink(it); // DP calls this for real clients only
+               PlayerFrame(it);
        });
 }