Formatting fixes.

This commit is contained in:
Sebastian Hartte
2020-09-08 22:24:27 +02:00
parent ff7d1b9719
commit 1ef345d4a4
@@ -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_());