Remove debug code

This commit is contained in:
mathias 2019-08-08 23:40:45 +03:00
parent a0c403207b
commit f6bd261cec

View file

@ -332,9 +332,9 @@ class EntitySpawn implements Listener {
void onTNTPrime(TNTPrimeEvent event) {
final double tps = Bukkit.getTPS()[0];
/*if (tps < 10) {*/
if (tps < 10) {
event.setCancelled(true);
event.getBlock().setType(Material.AIR, false);
/*}*/
}
}
}