Fixes cable issues, closes #596 thanks @xannor for spotting this

This commit is contained in:
modmuss50 2016-05-22 20:48:03 +01:00
parent cf99c3bcb2
commit 0f1e8eb6d7

View file

@ -266,7 +266,7 @@ public abstract class CableMultipart extends Multipart
this.findAndJoinNetwork(getWorld(), getPos());
} else {
if (mergeWith != null) {
getNetwork().merge(network);
getNetwork().merge(mergeWith);
mergeWith = null;
}
}