placing faces no longer open guis.

This commit is contained in:
AlgorithmX2 2014-02-11 20:01:31 -06:00
parent c329288e77
commit b8a74bd7a4

View file

@ -169,6 +169,7 @@ public class PartPlacement
try
{
NetworkHandler.instance.sendToServer( new PacketPartPlacement( x, y, z, face ) );
return true;
}
catch (IOException e)
{