We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ef5c4 commit de662bfCopy full SHA for de662bf
Data/Base.rte/AI/NativeHumanAI.lua
@@ -83,9 +83,6 @@ end
83
function NativeHumanAI:Update(Owner)
84
self.Ctrl = Owner:GetController();
85
86
- require('mobdebug').start()
87
- require('mobdebug').coro()
88
-
89
-- Our jetpack might have thrust balancing enabled, so update for our current mass
90
if Owner.Jetpack then
91
self.jetImpulseFactor = Owner.Jetpack:EstimateImpulse(false) * GetPPM() / TimerMan.DeltaTimeSecs;
0 commit comments