Fix Sound of TNT ignite with freeze enabled
Dieser Commit ist enthalten in:
Ursprung
375885bbde
Commit
5c73e5874d
@ -66,7 +66,7 @@ public class CommandFreeze extends RegionToggleCommand {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler(ignoreCancelled = true)
|
@EventHandler
|
||||||
public void onBlockCanBuild(BlockCanBuildEvent e) {
|
public void onBlockCanBuild(BlockCanBuildEvent e) {
|
||||||
if (!e.isBuildable()) return;
|
if (!e.isBuildable()) return;
|
||||||
Region.getRegion(e.getBlock().getLocation(), region -> {
|
Region.getRegion(e.getBlock().getLocation(), region -> {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren