diff --git a/scripting/admingod.sp b/scripting/admingod.sp index 8ec1acb..61ee8f4 100644 --- a/scripting/admingod.sp +++ b/scripting/admingod.sp @@ -39,7 +39,7 @@ public void ExecCommand(int client, char[] command) { SetCommandFlags("give", flagsgive & ~FCVAR_CHEAT); SetCommandFlags("z_spawn_old", flagszspawn & ~FCVAR_CHEAT); - FakeClientCommand(client, cmd); + FakeClientCommand(client, command); SetCommandFlags("give", flagsgive|FCVAR_CHEAT); SetCommandFlags("z_spawn_old", flagsgive|FCVAR_CHEAT);