SteamWar/BauSystem
Archiviert
13
0

Fix merge conflicts

Dieser Commit ist enthalten in:
jojo 2021-01-27 09:50:41 +01:00
Ursprung 24e1541281
Commit 200926d41d

Datei anzeigen

@ -88,16 +88,6 @@ public class CommandFreeze extends RegionToggleCommand {
}); });
} }
@EventHandler
public void onEntitySpawn(EntitySpawnEvent e) {
e.setCancelled(true);
}
@EventHandler
public void onEntityChangeBlock(EntityChangeBlockEvent e) {
e.setCancelled(true);
}
@EventHandler @EventHandler
public void onPhysicsEvent(BlockPhysicsEvent e){ public void onPhysicsEvent(BlockPhysicsEvent e){
Region.getRegion(e.getBlock().getLocation(), region -> { Region.getRegion(e.getBlock().getLocation(), region -> {