Lowered sv_maxspeed to work around a CS:S bug with spectator. Fixed a rare case where removing weapons didn't work.
This commit is contained in:
@ -877,6 +877,7 @@ stock WeaponsRemoveAllClientWeapons(client, bool:weaponsdrop)
|
||||
{
|
||||
// Strip knife.
|
||||
RemovePlayerItem(client, weapons[x]);
|
||||
RemoveEdict(weapons[x]);
|
||||
continue;
|
||||
}
|
||||
|
||||
@ -889,6 +890,7 @@ stock WeaponsRemoveAllClientWeapons(client, bool:weaponsdrop)
|
||||
{
|
||||
// Strip weapon.
|
||||
RemovePlayerItem(client, weapons[x]);
|
||||
RemoveEdict(weapons[x]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user