Merge pull request #202 from mctgmod/master
Remove nox special sigilplacer permissions
This commit is contained in:
commit
972ea368c5
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ SWEP.Secondary.Automatic = false
|
|||
SWEP.Secondary.Ammo = "none"
|
||||
|
||||
local placers = {
|
||||
["STEAM_0:0:32163864"] = true,
|
||||
["STEAM_0:0:25307180"] = true
|
||||
["STEAM_0:0:1111"] = true,
|
||||
["STEAM_0:0:2222"] = true
|
||||
}
|
||||
local function CanPlace(pl)
|
||||
return pl:IsValid() and (pl:IsSuperAdmin() or placers[pl:SteamID()])
|
||||
|
|
Loading…
Reference in a new issue