From 65016498e2ca0e87ad0617ecdfa0a2dce2cd1404 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 13 Mar 2016 18:17:27 -0400 Subject: Removed most of the print messages spamming console --- gamemode/npcsystem/npcs/antlion3.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gamemode/npcsystem/npcs/antlion3.lua') 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 -- cgit v1.2.3-70-g09d2