From 20e30627dd150dff60a34f4f13bc300e5b0433c2 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Fri, 24 Feb 2023 21:59:40 +0100 Subject: [PATCH] Remove sout Signed-off-by: yoyosource --- .../steamwar/bausystem/features/simulator/SimulatorCursor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCursor.java b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCursor.java index d6a5fb2a..caa3af54 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCursor.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCursor.java @@ -56,7 +56,6 @@ public class SimulatorCursor { if (result.getHitEntity() != null) { List elements = tntSimulator.getEntity(result.getHitEntity()); - System.out.println(elements); cursor = new REntityServer(); RFallingBlockEntity entity = new RFallingBlockEntity(cursor, (elements.isEmpty() ? getPos(player, result) : elements.get(0).getPosition()).toLocation(WORLD), Material.TNT);