Fix going between dimensions not resetting remote slot state of exosuit inventory
This commit is contained in:
parent
5d7abb6ee8
commit
5970671521
@ -637,6 +637,10 @@ class MatteryPlayerCapability(val ply: Player) : ICapabilityProvider, INBTSerial
|
|||||||
for (feature in featureMap.values) {
|
for (feature in featureMap.values) {
|
||||||
feature.invalidateNetwork()
|
feature.invalidateNetwork()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (i in 0 until exoSuitMenu.slots.size) {
|
||||||
|
exoSuitMenu.setRemoteSlotNoCopy(i, ItemStack.EMPTY)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tickedOnce = true
|
tickedOnce = true
|
||||||
|
Loading…
Reference in New Issue
Block a user