Hotfix MovingTNTBlock
Dieser Commit ist enthalten in:
Ursprung
0cab286774
Commit
7a356b7f28
@ -56,7 +56,7 @@ public class CommandFreeze extends RegionToggleCommand {
|
|||||||
public void onEntitySpawn(EntitySpawnEvent e) {
|
public void onEntitySpawn(EntitySpawnEvent e) {
|
||||||
if (!Region.getRegion(e.getLocation()).isFreeze()) return;
|
if (!Region.getRegion(e.getLocation()).isFreeze()) return;
|
||||||
e.setCancelled(true);
|
e.setCancelled(true);
|
||||||
if (Core.getVersion() == 12 && e.getEntityType() == EntityType.PRIMED_TNT) {
|
if (e.getEntityType() == EntityType.PRIMED_TNT) {
|
||||||
Bukkit.getScheduler().runTaskLater(BauSystem.getPlugin(), () -> {
|
Bukkit.getScheduler().runTaskLater(BauSystem.getPlugin(), () -> {
|
||||||
e.getLocation().getBlock().setType(Material.TNT, false);
|
e.getLocation().getBlock().setType(Material.TNT, false);
|
||||||
}, 1L);
|
}, 1L);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren