SERVER/FTE: Tell Client to update weapon fields when using

This commit is contained in:
Steam Deck User 2023-03-28 21:59:32 -04:00
parent 28001a1209
commit 8516fb22e9

View file

@ -73,6 +73,8 @@ float(string params) Command_give =
#endif // FTE
SwitchWeapon(self.weapon);
return COMMAND_SUCCESS;
}