Skip to content

Commit aace224

Browse files
committed
removed leftover debugger statement
1 parent a56d49a commit aace224

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Data/Base.rte/AI/SharedBehaviors.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,6 @@ function SharedBehaviors.GoToWpt(AI, Owner, Abort)
438438
local NeedsNewPath, Waypoint, HasMovePath, Dist, CurrDist;
439439
NeedsNewPath = true;
440440

441-
require("mobdebug").start()
442-
443441
Owner:RemoveNumberValue("AI_StuckForTime");
444442

445443
while true do

0 commit comments

Comments
 (0)