]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/announcer.qc
Disable multijump on the client by default (only those who want it should be able...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / announcer.qc
index 19e51cedc6b98f2611c274476fba9cc0430300d2..8f477171cec19286cf96efafc40b5517f97fdfe4 100644 (file)
@@ -8,7 +8,7 @@
 bool announcer_1min;
 bool announcer_5min;
 void Announcer_Countdown()
-{
+{SELFPARAM();
        float starttime = getstatf(STAT_GAMESTARTTIME);
        float roundstarttime = getstatf(STAT_ROUNDSTARTTIME);
        if(roundstarttime == -1)