From a4ba22b9ef062b78878aa275b2130f1f87b721b8 Mon Sep 17 00:00:00 2001 From: Kindaglia Date: Fri, 25 Apr 2025 14:53:53 +0200 Subject: [PATCH] fix typo --- tools/jetpack.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jetpack.lua b/tools/jetpack.lua index f79eeed..9a61a7e 100644 --- a/tools/jetpack.lua +++ b/tools/jetpack.lua @@ -28,7 +28,7 @@ function industrialtest.JetpackBase.update(self, player, inv, itemstack, dtime) local playerName = player:get_player_name() local control = player:get_player_control() if control.jump and self:tryFly(itemstack) then - if movementGravity and movement_gravity > 10 then + if movementGravity and movementGravity > 10 then reverseGravityForce = 2 end self.addYVelocityClamped(player,1,10)