Skip to content

Commit

Permalink
chore: extendLava
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Aug 20, 2022
1 parent 6f64b6a commit 4add3e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,8 @@ public void extendLava() {

Block target = new ArrayList<Block>(this.lavaTerminals.keySet()).get(idx);
this.extendLava(target);

this.lavaTerminals.remove(target);
}
}

Expand Down

0 comments on commit 4add3e2

Please sign in to comment.