diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-17 15:34:10 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-17 15:34:10 -0400 |
| commit | 449ad69c3d672161f981ceb1d0ba71426f00c881 (patch) | |
| tree | b363c0eb2f5712b8ce5e2814a88de1deb5b14d14 | |
| parent | ebb3ac7ef4ac1e69fcfc576dc7a06b269d42ca53 (diff) | |
| download | artery_editor-449ad69c3d672161f981ceb1d0ba71426f00c881.tar.gz artery_editor-449ad69c3d672161f981ceb1d0ba71426f00c881.tar.bz2 artery_editor-449ad69c3d672161f981ceb1d0ba71426f00c881.zip | |
Fixed misspelled nrequire()
| -rw-r--r-- | lua/autorun/sv_npc.lua | 2 |
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 |
