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