aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/npc/sv_npcsystem.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-08-24 18:08:10 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-08-24 18:08:10 -0400
commit61bc16dae5a1b61bcd237d9f0be36125829d95b1 (patch)
treec9deebda1190e23073240d2bbe4ecabee668d742 /gamemode/core/npc/sv_npcsystem.lua
parent0f3211e4fb0cf27684079e6195995947c9f9027f (diff)
downloadartery-61bc16dae5a1b61bcd237d9f0be36125829d95b1.tar.gz
artery-61bc16dae5a1b61bcd237d9f0be36125829d95b1.tar.bz2
artery-61bc16dae5a1b61bcd237d9f0be36125829d95b1.zip
Various update
Diffstat (limited to 'gamemode/core/npc/sv_npcsystem.lua')
-rw-r--r--gamemode/core/npc/sv_npcsystem.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/core/npc/sv_npcsystem.lua b/gamemode/core/npc/sv_npcsystem.lua
index 0b250ac..1051c64 100644
--- a/gamemode/core/npc/sv_npcsystem.lua
+++ b/gamemode/core/npc/sv_npcsystem.lua
@@ -87,7 +87,7 @@ local function loadMap()
local foldername = "artery/maps/" .. mapname
ExecuteOnFolder(foldername,true,function(path)
- --print("I want to run",path)
+ print("I want to run",path)
local filetxt = file.Read(path,"DATA")
--print("File text is", filetxt)
CompileString(filetxt,path)()