wrong cmd
All checks were successful
ci/woodpecker/push/test-build Pipeline was successful

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-08-12 20:33:43 +07:00
parent 9c983fbcee
commit c9ae3f3181

View File

@ -91,7 +91,7 @@ public Action Command_Give(int client, int args)
int flagsgive = GetCommandFlags("give");
SetCommandFlags("give", flagsgive & ~FCVAR_CHEAT);
FakeClientCommand(client, "give");
FakeClientCommand(client, cmd);
SetCommandFlags("give", flagsgive|FCVAR_CHEAT);
return Plugin_Handled;