summaryrefslogtreecommitdiff
path: root/lua/autorun/sv_npc.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-08-17 15:34:10 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-08-17 15:34:10 -0400
commit449ad69c3d672161f981ceb1d0ba71426f00c881 (patch)
treeb363c0eb2f5712b8ce5e2814a88de1deb5b14d14 /lua/autorun/sv_npc.lua
parentebb3ac7ef4ac1e69fcfc576dc7a06b269d42ca53 (diff)
downloadartery_editor-449ad69c3d672161f981ceb1d0ba71426f00c881.tar.gz
artery_editor-449ad69c3d672161f981ceb1d0ba71426f00c881.tar.bz2
artery_editor-449ad69c3d672161f981ceb1d0ba71426f00c881.zip
Fixed misspelled nrequire()
Diffstat (limited to 'lua/autorun/sv_npc.lua')
-rw-r--r--lua/autorun/sv_npc.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/autorun/sv_npc.lua b/lua/autorun/sv_npc.lua
index 12ddce0..a622d7b 100644
--- a/lua/autorun/sv_npc.lua
+++ b/lua/autorun/sv_npc.lua
@@ -1,6 +1,4 @@
if CLIENT then return end
-include("town.lua")
-include("../zones.lua")
local f = nrequire("concommands.lua")
local npcs = {} --Master table of npcs
local autocompletef