Removed debug code

This commit is contained in:
DarkGuardsman 2013-11-02 09:23:34 -04:00
parent 4a693fee48
commit f4d890b927

View file

@ -70,7 +70,7 @@ public class NetworkFluidTiles extends NetworkTileEntities
{ {
int p = this.getNetworkTank().getFluidAmount(); int p = this.getNetworkTank().getFluidAmount();
int r = this.getNetworkTank().fill(stack, doFill); 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 (doFill)
{ {
if (p != this.getNetworkTank().getFluidAmount()) if (p != this.getNetworkTank().getFluidAmount())