Fixed console spam from updating accelerator setup

This commit is contained in:
Unknown 2019-06-16 19:46:07 +02:00 committed by unknown
parent 91b4945a67
commit 91050d2b98

View file

@ -315,7 +315,9 @@ public class AcceleratorSetup extends GlobalPosition {
countMagnets[indexTier + 1] += 12;
}
}
WarpDrive.logger.info(String.format("Bounding box is %s to %s", vMin, vMax));
if (WarpDriveConfig.LOGGING_ACCELERATOR) {
WarpDrive.logger.info(String.format("Bounding box is %s to %s", vMin, vMax));
}
}
private void computeVectorArrays(final WorldServer world) {