aboutsummaryrefslogtreecommitdiff
path: root/gamemode/npcsystem/npcs/zombie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/npcsystem/npcs/zombie.lua')
-rw-r--r--gamemode/npcsystem/npcs/zombie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/npcsystem/npcs/zombie.lua b/gamemode/npcsystem/npcs/zombie.lua
index de4a389..41dad0f 100644
--- a/gamemode/npcsystem/npcs/zombie.lua
+++ b/gamemode/npcsystem/npcs/zombie.lua
@@ -68,7 +68,7 @@ local dorun = function(self, ply)
self:StartActivity(ACT_WALK)
self:MoveToPos(ply:GetPos(),moveop)
else
- print("Could not find valid navmesh, suicideing to prevent server crash!")
+ --print("Could not find valid navmesh, suicideing to prevent server crash!")
self:BecomeRagdoll(DamageInfo())
end
end