aboutsummaryrefslogtreecommitdiff
path: root/gamemode/npcsystem/aidirector.lua
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2015-12-30 19:04:20 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2015-12-30 19:04:20 -0500
commit70974924b1dc9e116221736ff30629f18b5f893b (patch)
treef3c98ba3962d6f2ae39ce04200a282b99c1020a3 /gamemode/npcsystem/aidirector.lua
parentfd9921297a4999a4d29d0d4652c518aaf842d5fb (diff)
downloadwintersurvival2-70974924b1dc9e116221736ff30629f18b5f893b.tar.gz
wintersurvival2-70974924b1dc9e116221736ff30629f18b5f893b.tar.bz2
wintersurvival2-70974924b1dc9e116221736ff30629f18b5f893b.zip
Hotfix for bird crash, bird spawning removed
Diffstat (limited to 'gamemode/npcsystem/aidirector.lua')
-rw-r--r--gamemode/npcsystem/aidirector.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/npcsystem/aidirector.lua b/gamemode/npcsystem/aidirector.lua
index f6cd0f9..d671b3c 100644
--- a/gamemode/npcsystem/aidirector.lua
+++ b/gamemode/npcsystem/aidirector.lua
@@ -72,7 +72,7 @@ hook.Add("Tick","SpawnAmbient",function()
if (C != CONTENTS_WATER and C != CONTENTS_WATER+CONTENTS_TRANSLUCENT) then
--print("Appropriate place found, spawning bird)")
- SpawnNpcByName("Bird",Pos)
+ --SpawnNpcByName("Bird",Pos)
break
end
end