mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-18 18:49:21 +00:00
1.9a
- Removed GlobalShare - More stability
This commit is contained in:
@@ -85,7 +85,7 @@ namespace WeaponPaints
|
||||
{
|
||||
if (player is null) return false;
|
||||
|
||||
return (player is not null && player.IsValid && !player.IsBot && !player.IsHLTV
|
||||
return (player is not null && player.IsValid && !player.IsBot && !player.IsHLTV && player.UserId.HasValue
|
||||
&& WeaponPaints.weaponSync != null && player.Connected == PlayerConnectedState.PlayerConnected && player.SteamID.ToString().Length == 17);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user