mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-30 14:55:07 +01:00
Attempt to fix oversight
This commit is contained in:
parent
a302178374
commit
b179ffba5e
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ public class FluidDrainingBehaviour extends FluidManipulationBehaviour {
|
||||||
|
|
||||||
blockEntity.sendData();
|
blockEntity.sendData();
|
||||||
visited.clear();
|
visited.clear();
|
||||||
|
frontier.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void continueValidation() {
|
private void continueValidation() {
|
||||||
|
|
Loading…
Reference in a new issue