SteamWar/BauSystem2.0
Archiviert
12
0

Remove sout
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2023-02-24 21:59:40 +01:00
Ursprung fb920902f0
Commit 20e30627dd

Datei anzeigen

@ -56,7 +56,6 @@ public class SimulatorCursor {
if (result.getHitEntity() != null) {
List<SimulatorElement> 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);