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) {