diff --git a/Moose Development/Moose/Wrapper/Weapon.lua b/Moose Development/Moose/Wrapper/Weapon.lua index b8437d7ca..3e6e98092 100644 --- a/Moose Development/Moose/Wrapper/Weapon.lua +++ b/Moose Development/Moose/Wrapper/Weapon.lua @@ -804,7 +804,7 @@ function WEAPON:_TrackWeapon(time) -- Return next time the function is called or nil to stop the scheduler. if self.tracking then - if self.dtTrack and self.dtTrack>0.001 then + if self.dtTrack and self.dtTrack>=0.00001 then return time+self.dtTrack else return nil