fix wireless crafting terminal not loading sorting configs properly

This commit is contained in:
PrototypeTrousers
2023-02-20 01:16:41 -03:00
parent 13af30f657
commit c8a6d50ce3
2 changed files with 0 additions and 10 deletions
@@ -174,11 +174,6 @@ public class ContainerMEPortableCell extends ContainerMEMonitorable implements I
}
}
@Override
public void onSlotChange(Slot s) {
super.detectAndSendChanges();
}
@Override
public void saveChanges() {
if (Platform.isServer()) {
@@ -477,11 +477,6 @@ public class ContainerMEPortableFluidCell extends AEBaseContainer implements IAE
}
}
@Override
public void onSlotChange(Slot s) {
detectAndSendChanges();
}
private void queueInventory(final IContainerListener c) {
if (Platform.isServer() && c instanceof EntityPlayer && this.monitor != null) {
try {