SteamWar/BauSystem
Archiviert
13
0

TntCommand Rework

Dieser Commit ist enthalten in:
Jan9103 2020-06-29 07:47:32 +02:00
Ursprung bce1f156ca
Commit 0dfed9f18a

Datei anzeigen

@ -29,5 +29,6 @@ public class CommandTNT extends ToggleCommand {
@EventHandler @EventHandler
public void onExplode(EntityExplodeEvent e) { public void onExplode(EntityExplodeEvent e) {
e.setCancelled(true); e.setCancelled(true);
e.blockList().clear();
} }
} }