Skip to content

Commit

Permalink
Fix style warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed Oct 8, 2023
1 parent cddaaf3 commit dc3ac92
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,10 @@ private void cacheCapacitorData() {
capacitorCacheDirty = false;

// Don't do this on client side, client waits for the sync packet.
if (level.isClientSide()) {
//return; TODO Do we want to sync with a packet cause right now we don't
}
// TODO Do we want to sync with a packet cause right now we don't
// if (level.isClientSide()) {
// return;
// }

MachineInventoryLayout layout = getInventoryLayout();
if (requiresCapacitor() && layout != null) {
Expand Down

0 comments on commit dc3ac92

Please sign in to comment.