god damn it

This commit is contained in:
DBotThePony 2022-10-23 11:30:25 +07:00
parent a6e0778d49
commit 54fea6bc22
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -44,7 +44,7 @@ private class MenuConfiguration(
val matteryPlayer = player.matteryPlayer ?: return val matteryPlayer = player.matteryPlayer ?: return
if (!matteryPlayer.hasExoSuit || matteryPlayer.exoSuitContainer.containerSize <= value * 9) { if (!matteryPlayer.hasExoSuit || matteryPlayer.exoSuitContainer.containerSize <= (value - 1) * 9) {
return return
} }