This commit is contained in:
parent
9c983fbcee
commit
c9ae3f3181
@ -91,7 +91,7 @@ public Action Command_Give(int client, int args)
|
|||||||
|
|
||||||
int flagsgive = GetCommandFlags("give");
|
int flagsgive = GetCommandFlags("give");
|
||||||
SetCommandFlags("give", flagsgive & ~FCVAR_CHEAT);
|
SetCommandFlags("give", flagsgive & ~FCVAR_CHEAT);
|
||||||
FakeClientCommand(client, "give");
|
FakeClientCommand(client, cmd);
|
||||||
SetCommandFlags("give", flagsgive|FCVAR_CHEAT);
|
SetCommandFlags("give", flagsgive|FCVAR_CHEAT);
|
||||||
|
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user