Skip to content

Commit

Permalink
Reduce packets sent for shutdown duration UI (#3503)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Nov 16, 2024
1 parent 53ed182 commit 6bad36b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2604,6 +2604,7 @@ protected void drawTexts(DynamicPositionedColumn screenElements, SlotWidget inve
time.toMinutes() % 60,
time.getSeconds() % 60);
})
.setSynced(false)
.setEnabled(
widget -> shouldDisplayShutDownReason() && !getBaseMetaTileEntity().isActive()
&& getBaseMetaTileEntity().wasShutdown()))
Expand Down

0 comments on commit 6bad36b

Please sign in to comment.