aboutsummaryrefslogtreecommitdiff
path: root/gamemode/npcsystem/npcs/antlion3.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/npcsystem/npcs/antlion3.lua')
-rw-r--r--gamemode/npcsystem/npcs/antlion3.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/npcsystem/npcs/antlion3.lua b/gamemode/npcsystem/npcs/antlion3.lua
index f5f5486..984b779 100644
--- a/gamemode/npcsystem/npcs/antlion3.lua
+++ b/gamemode/npcsystem/npcs/antlion3.lua
@@ -73,7 +73,7 @@ local docharge = function(self,ply)
moveop.draw = true
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
timer.Remove("Runcycle")
@@ -97,7 +97,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