Useful while I'm debugging

This commit is contained in:
Ben Spiers 2013-09-20 04:00:10 +01:00
parent e0877af41b
commit eb6fddd839

View file

@ -419,6 +419,7 @@ public class PartWire extends PartUniversalConductor implements IPacketReceiver,
setDye(DEFAULT_COLOR);
}
}
if (!world().isRemote)player.addChatMessage(getNetwork().toString());
return false;
}