Fixes #25
This commit is contained in:
parent
94803e88f3
commit
1ac6f592f8
2 changed files with 8 additions and 1 deletions
|
@ -59,6 +59,9 @@ public class Tank extends FluidTank {
|
|||
}
|
||||
|
||||
public void compareAndUpdate() {
|
||||
if(tile.getWorldObj().isRemote){
|
||||
return;
|
||||
}
|
||||
FluidStack current = this.getFluid();
|
||||
if (current != null) {
|
||||
if (lastBeforeUpdate != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue