massive refactor of storage
This commit is contained in:
@@ -23,6 +23,8 @@ public class SlotDrive extends SlotItemFilter {
|
||||
public void onSlotChanged() {
|
||||
super.onSlotChanged();
|
||||
|
||||
drive.getController().getStorage().sync();
|
||||
if (drive.isConnected()) {
|
||||
drive.getController().storageSync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user