do not recreate exopack menu if it's not ready
This commit is contained in:
parent
1c3fc4e6e6
commit
385a00c55b
@ -418,6 +418,7 @@ class MatteryPlayer(val ply: Player) {
|
||||
val enderSortingSettings = IItemStackSortingSettings.Impl()
|
||||
|
||||
fun recreateExoPackMenu() {
|
||||
if (_exoPackMenu == null) return
|
||||
_exoPackMenu = ExopackInventoryMenu(this)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user