mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 20:01:34 +00:00
SERVER/FTE: Tell Client to update weapon fields when using
This commit is contained in:
parent
28001a1209
commit
8516fb22e9
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ float(string params) Command_give =
|
||||||
|
|
||||||
#endif // FTE
|
#endif // FTE
|
||||||
|
|
||||||
|
SwitchWeapon(self.weapon);
|
||||||
|
|
||||||
return COMMAND_SUCCESS;
|
return COMMAND_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue