diff --git a/src/main/java/appeng/me/cluster/implementations/QuantumCluster.java b/src/main/java/appeng/me/cluster/implementations/QuantumCluster.java index 91c957ee6..372364529 100644 --- a/src/main/java/appeng/me/cluster/implementations/QuantumCluster.java +++ b/src/main/java/appeng/me/cluster/implementations/QuantumCluster.java @@ -158,7 +158,8 @@ public class QuantumCluster implements ILocatable, IAECluster { if (qc != null) { final World theWorld = qc.center.getWorld(); if (!qc.isDestroyed) { - // In future versions, we might actually want to delay the entire registration until the center + // In future versions, we might actually want to delay the entire registration + // until the center // tile begins ticking normally. if (theWorld.isBlockLoaded(qc.center.getPos())) { final World cur = theWorld.getServer().getWorld(theWorld.func_234923_W_());