One more wrong exopack locale id

This commit is contained in:
DBotThePony 2023-03-16 23:26:55 +07:00
parent bcd810a5aa
commit 5f95f9e75a
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -98,7 +98,7 @@ private fun inventoryLogic(event: ScreenEvent.Init.Post) {
minecraft.setScreen(ExoPackInventoryScreen(player.exoPackMenu))
InputConstants.grabOrReleaseMouse(minecraft.window.window, 212993, mouseX, mouseY)
}).also { it.tooltip = TranslatableComponent("otm.gui.exosuit.go_in") })
}).also { it.tooltip = TranslatableComponent("otm.gui.exopack.go_in") })
event.addListener(widget)