Skip to content

Commit

Permalink
remove running = false
Browse files Browse the repository at this point in the history
  • Loading branch information
Shroopy committed Nov 27, 2024
1 parent 319b3ed commit 008111a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public void tick() {

if (!level.isClientSide && runningTicks > CYCLE) {
finished = true;
running = false;
particleItems.clear();
specifics.onPressingCompleted();
blockEntity.sendData();
Expand Down

0 comments on commit 008111a

Please sign in to comment.