SERVER: no longer references world as entity

This commit is contained in:
Steam Deck User 2023-03-28 22:04:26 -04:00
parent 8516fb22e9
commit e95d2255a4

View file

@ -49,10 +49,6 @@ float(string params) Command_give =
float wep = stof(argv(1));
if (wep) {
if (!self.secondaryweapon) {
WeaponSwitch(self);
}
self.weapon = wep;
self.currentammo = getWeaponAmmo(wep);
self.currentmag = getWeaponMag(wep);