]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/base.qh
Merge branch 'master' into mirceakitsune/sandbox
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / base.qh
index e668c1da1ea222bf13f1e300442a81ab078d8b29..174c10235f51c5a716bec4835a9b851df7dac43c 100644 (file)
@@ -190,6 +190,8 @@ MUTATOR_HOOKABLE(SV_ParseClientCommand);
                }
        */
 
+MUTATOR_HOOKABLE(SV_StartFrame);
+       // runs globally each server frame
 MUTATOR_HOOKABLE(Spawn_Score);
        // called when a spawnpoint is being evaluated
        // return 1 to make the spawnpoint unusable