From dd1a3c36a82f80ca6e3f580dcf8fce9a598f9697 Mon Sep 17 00:00:00 2001 From: MrCraigTunstall Date: Mon, 18 Mar 2019 23:01:26 +0000 Subject: [PATCH] Altered sigil placer SteamIDs --- .../entities/weapons/weapon_zs_sigilplacer/shared.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemodes/zombiesurvival/entities/weapons/weapon_zs_sigilplacer/shared.lua b/gamemodes/zombiesurvival/entities/weapons/weapon_zs_sigilplacer/shared.lua index b289266..1dc607d 100644 --- a/gamemodes/zombiesurvival/entities/weapons/weapon_zs_sigilplacer/shared.lua +++ b/gamemodes/zombiesurvival/entities/weapons/weapon_zs_sigilplacer/shared.lua @@ -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()])