summaryrefslogtreecommitdiff
path: root/lua/autorun
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-08-08 17:42:45 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-08-08 17:42:45 -0400
commitebb3ac7ef4ac1e69fcfc576dc7a06b269d42ca53 (patch)
treea8344265ccaa8422f517e633faa4f34cf9e52db9 /lua/autorun
parentdaa59a7835c350a09dcb207c714acf57828137f3 (diff)
downloadartery_editor-ebb3ac7ef4ac1e69fcfc576dc7a06b269d42ca53.tar.gz
artery_editor-ebb3ac7ef4ac1e69fcfc576dc7a06b269d42ca53.tar.bz2
artery_editor-ebb3ac7ef4ac1e69fcfc576dc7a06b269d42ca53.zip
Integrated zones into artery editor
Diffstat (limited to 'lua/autorun')
-rw-r--r--lua/autorun/sv_npc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/autorun/sv_npc.lua b/lua/autorun/sv_npc.lua
index 2d7322d..12ddce0 100644
--- a/lua/autorun/sv_npc.lua
+++ b/lua/autorun/sv_npc.lua
@@ -1,5 +1,6 @@
if CLIENT then return end
include("town.lua")
+include("../zones.lua")
local f = nrequire("concommands.lua")
local npcs = {} --Master table of npcs
local autocompletef