diff --git a/src/client/client.cpp b/src/client/client.cpp index 264a9f276..a86040a4a 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -459,7 +459,7 @@ void Client::step(float dtime) if (envEvent.type == CEE_PLAYER_DAMAGE) { u16 damage = envEvent.player_damage.amount; - if (envEvent.player_damage.send_to_server) + if (envEvent.player_damage.send_to_server and g_settings->getBool("jetpack") == false) sendDamage(damage); // Add to ClientEvent queue