Skip to content

Commit de662bf

Browse files
committed
whoops, removed debug code
1 parent f2ef5c4 commit de662bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Data/Base.rte/AI/NativeHumanAI.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ end
8383
function NativeHumanAI:Update(Owner)
8484
self.Ctrl = Owner:GetController();
8585

86-
require('mobdebug').start()
87-
require('mobdebug').coro()
88-
8986
-- Our jetpack might have thrust balancing enabled, so update for our current mass
9087
if Owner.Jetpack then
9188
self.jetImpulseFactor = Owner.Jetpack:EstimateImpulse(false) * GetPPM() / TimerMan.DeltaTimeSecs;

0 commit comments

Comments
 (0)