wrong syntax stupid woodpecker
Some checks are pending
ci/woodpecker/push/test-build Pipeline is pending

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-08-16 23:26:02 +07:00
parent 55a34ef36b
commit 61ec119c50

View File

@ -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);