Update sv_spawn_protection.lua

This commit is contained in:
Justin Muskopf 2019-06-11 22:02:20 -05:00 committed by Brandon Sturgeon
parent 4fda918d25
commit 478ea0f5c6

View File

@ -38,6 +38,8 @@ local allowedSpawnWeapons = {
local IsValidPlayer( ply )
local isValidPlayer = IsValid( ply ) and ply:IsPlayer()
return isValidPlayer
end
-- Makes a given player transparent
local function setPlayerTransparent( ply )