From fe48d55c1414e0724213cd45cc676b7fd3a82f6b Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Tue, 6 Sep 2022 07:25:48 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=B0=D0=B2=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/ru/dbotthepony/mc/otm/client/ClientEventHandler.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/ClientEventHandler.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/ClientEventHandler.kt index 1f6a6943f..5e8b25beb 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/ClientEventHandler.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/ClientEventHandler.kt @@ -14,7 +14,7 @@ object ClientEventHandler { val cap = ply.matteryPlayer ?: return - if (cap.hasFeature(AndroidFeatures.AIR_BAGS)) + if (!cap.isAndroid || cap.hasFeature(AndroidFeatures.AIR_BAGS)) return if (ply.abilities.mayfly) {