13
0

Remove sout
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-03-26 22:34:23 +01:00
Ursprung 8905026093
Commit e892d0a893

Datei anzeigen

@ -96,7 +96,6 @@ public class WorldInteraction extends BasicListener {
@EventHandler @EventHandler
public void onBlockPhysics(BlockPhysicsEvent event) { public void onBlockPhysics(BlockPhysicsEvent event) {
System.out.println(event);
event.setCancelled(true); event.setCancelled(true);
} }
} }