god damn it
This commit is contained in:
parent
a6e0778d49
commit
54fea6bc22
@ -44,7 +44,7 @@ private class MenuConfiguration(
|
||||
|
||||
val matteryPlayer = player.matteryPlayer ?: return
|
||||
|
||||
if (!matteryPlayer.hasExoSuit || matteryPlayer.exoSuitContainer.containerSize <= value * 9) {
|
||||
if (!matteryPlayer.hasExoSuit || matteryPlayer.exoSuitContainer.containerSize <= (value - 1) * 9) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user