mirror of
https://github.com/CFC-Servers/cfc_spawn_protection.git
synced 2025-03-04 03:13:14 -05:00
Hotfix
This commit is contained in:
parent
88110dc931
commit
dbe51e9585
@ -36,7 +36,7 @@ local allowedSpawnWeapons = {
|
||||
|
||||
-- Helpers / Wrappers --
|
||||
|
||||
local IsValidPlayer( ply )
|
||||
local function IsValidPlayer( ply )
|
||||
local isValidPlayer = IsValid( ply ) and ply:IsPlayer()
|
||||
|
||||
return isValidPlayer
|
||||
|
Loading…
Reference in New Issue
Block a user