Fixed CycleItem not updating

This commit is contained in:
NichtStudioCode 2021-02-03 13:56:54 +01:00
parent bad8f89ba2
commit 287e08dce4

@ -43,6 +43,7 @@ public class CycleItem extends BaseItem {
private void handleStateChange() { private void handleStateChange() {
if (stateChangeHandler != null) stateChangeHandler.accept(state); if (stateChangeHandler != null) stateChangeHandler.accept(state);
notifyWindows();
} }
public int getState() { public int getState() {