]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qc
Purge WITHSELF from all non-engine functions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qc
index 9a9da4def69931db3ff207683570c67e0e540dd4..cf0b536d515438e844c11b7b4ac5c453aca767e9 100644 (file)
@@ -706,7 +706,7 @@ void ClientCommand_macro_write_aliases(float fh)
 
 void SV_ParseClientCommand(string command)
 {
-       SELFPARAM();
+       SELFPARAM(); // needed for engine functions
        // If invalid UTF-8, don't even parse it
        string command2 = "";
        float len = strlen(command);