Removed debug code
This commit is contained in:
parent
4a693fee48
commit
f4d890b927
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class NetworkFluidTiles extends NetworkTileEntities
|
|||
{
|
||||
int p = this.getNetworkTank().getFluidAmount();
|
||||
int r = this.getNetworkTank().fill(stack, doFill);
|
||||
System.out.println((world.isRemote ? "Client" : "Server") + " Network Fill: B:" + p + " A:" + this.getNetworkTank().getFluidAmount());
|
||||
//System.out.println((world.isRemote ? "Client" : "Server") + " Network Fill: B:" + p + " A:" + this.getNetworkTank().getFluidAmount());
|
||||
if (doFill)
|
||||
{
|
||||
if (p != this.getNetworkTank().getFluidAmount())
|
||||
|
|
Loading…
Reference in a new issue