mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-05 14:42:22 -07:00
update alternate current to v1.5.0 (#8882)
This commit is contained in:
@@ -1347,9 +1347,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ WireNode wire = node.asWire();
|
+ WireNode wire = node.asWire();
|
||||||
+ findRoot(wire);
|
+ findRoot(wire);
|
||||||
+
|
+
|
||||||
+ // If the wire at the given position is not in an invalid state or is not
|
+ // If the wire at the given position is not in an invalid state
|
||||||
+ // part of a larger network, we can exit early.
|
+ // we can exit early.
|
||||||
+ if (!wire.searched || wire.connections.total == 0) {
|
+ if (!wire.searched) {
|
||||||
+ return;
|
+ return;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
Reference in New Issue
Block a user