diff options
Diffstat (limited to 'gamemode/npcsystem/npcs/antlion2.lua')
| -rw-r--r-- | gamemode/npcsystem/npcs/antlion2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/npcsystem/npcs/antlion2.lua b/gamemode/npcsystem/npcs/antlion2.lua index e50cce4..5b53b8e 100644 --- a/gamemode/npcsystem/npcs/antlion2.lua +++ b/gamemode/npcsystem/npcs/antlion2.lua @@ -86,7 +86,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 |
