Fixed console spam from updating accelerator setup
This commit is contained in:
parent
91b4945a67
commit
91050d2b98
1 changed files with 3 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue