SteamWar/BauSystem
Archiviert
13
0

Remove Logging Messages

Dieser Commit ist enthalten in:
jojo 2020-12-25 13:00:07 +01:00
Ursprung 79ee799260
Commit 7798ddc5d7

Datei anzeigen

@ -68,9 +68,6 @@ public class Advanced implements ShowMode {
updatePointXZ = updatePointY.clone().setZ(position.getLocation().getZ()); updatePointXZ = updatePointY.clone().setZ(position.getLocation().getZ());
} }
System.out.println(updatePointY);
System.out.println(updatePointXZ);
if (!position.getLocation().equals(updatePointY)) { if (!position.getLocation().equals(updatePointY)) {
RoundedTNTPosition updatePointPosition = new RoundedTNTPosition(updatePointY); RoundedTNTPosition updatePointPosition = new RoundedTNTPosition(updatePointY);
if (updateEntityMap.containsKey(updatePointPosition)) { if (updateEntityMap.containsKey(updatePointPosition)) {