This commit is contained in:
Brandon Sturgeon 2019-07-09 01:43:42 -07:00 committed by GitHub
parent 88110dc931
commit dbe51e9585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ local allowedSpawnWeapons = {
-- Helpers / Wrappers --
local IsValidPlayer( ply )
local function IsValidPlayer( ply )
local isValidPlayer = IsValid( ply ) and ply:IsPlayer()
return isValidPlayer