]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/round_handler.qc
Allow moving via commands
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / round_handler.qc
index d5b0281338ac22f1999db48338432feb482f0af2..e6a1334f88426fec87ff6b2a95ae312391dcfd24 100644 (file)
@@ -1,11 +1,10 @@
 #include "round_handler.qh"
-#include "_all.qh"
 
 #include "command/vote.qh"
 #include "../common/util.qh"
 
 void round_handler_Think()
-{
+{SELFPARAM();
        float f;
 
        if(time < game_starttime)