]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qc
Step 6: complete
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qc
index cf0b536d515438e844c11b7b4ac5c453aca767e9..1cbc699aeff1d9ab576cfce2883a579f0fb754f5 100644 (file)
@@ -705,8 +705,7 @@ void ClientCommand_macro_write_aliases(float fh)
 // If this function exists, server game code parses clientcommand before the engine code gets it.
 
 void SV_ParseClientCommand(string command)
-{
-       SELFPARAM(); // needed for engine functions
+{ENGINE_EVENT();
        // If invalid UTF-8, don't even parse it
        string command2 = "";
        float len = strlen(command);