Skip to content

Commit

Permalink
fix void cell crash
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock committed Oct 6, 2024
1 parent 11d1a22 commit f21c8eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ protected void saveChanges() {
}

public void fillOutput() {
this.getCellItems();
if (this.voidMode == VoidMode.TRASH || this.voidMode.getPower() == 0) {
this.voidEnergy = 0;
return;
Expand Down

0 comments on commit f21c8eb

Please sign in to comment.