Fixes cable issues, closes #596 thanks @xannor for spotting this
This commit is contained in:
parent
cf99c3bcb2
commit
0f1e8eb6d7
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ public abstract class CableMultipart extends Multipart
|
||||||
this.findAndJoinNetwork(getWorld(), getPos());
|
this.findAndJoinNetwork(getWorld(), getPos());
|
||||||
} else {
|
} else {
|
||||||
if (mergeWith != null) {
|
if (mergeWith != null) {
|
||||||
getNetwork().merge(network);
|
getNetwork().merge(mergeWith);
|
||||||
mergeWith = null;
|
mergeWith = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue