Improved ship scanner logs on collision

This commit is contained in:
Unknown 2018-12-14 09:31:18 +01:00 committed by unknown
parent 290b7b0428
commit 5a4c56f889

View file

@ -454,7 +454,7 @@ public class TileEntityShipScanner extends TileEntityAbstractMachine implements
if (isForced) {
if (!isShipCoreClear(world, new BlockPos(targetX, targetY, targetZ), playerName, reason)) {
if (WarpDriveConfig.LOGGING_BUILDING) {
WarpDrive.logger.info(String.format("Deployment collision detected at (%d %d %d)",
WarpDrive.logger.info(String.format("Deployment collision detected at (%d %d %d): no room for Ship core",
targetX, targetY, targetZ));
}
return 2;