From 9a5aaf34dc0b7cd11437600a088fe8883a820a95 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 24 Aug 2017 21:05:43 -0400 Subject: Fixed rename of info_huntable clashing --- lua/autorun/zone_town.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/autorun/zone_town.lua') diff --git a/lua/autorun/zone_town.lua b/lua/autorun/zone_town.lua index a068021..abfc65b 100644 --- a/lua/autorun/zone_town.lua +++ b/lua/autorun/zone_town.lua @@ -57,6 +57,9 @@ if SERVER then PrintTable(new) if not ply:IsAdmin() then return end zones.List[id].npctbl = new + if new.Name then + zone.Name = new.Name + end zones.Sync() end) end -- cgit v1.2.3-70-g09d2