This commit is contained in:
DBotThePony 2022-09-06 07:25:48 +07:00
parent 2b7ef90154
commit fe48d55c14
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

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