Fix merge conflicts
Dieser Commit ist enthalten in:
Ursprung
24e1541281
Commit
200926d41d
@ -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
|
||||
public void onPhysicsEvent(BlockPhysicsEvent e){
|
||||
Region.getRegion(e.getBlock().getLocation(), region -> {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren