mirror of
https://github.com/kaboomserver/extras.git
synced 2024-11-27 09:55:36 -05:00
Remove debug code
This commit is contained in:
parent
a0c403207b
commit
f6bd261cec
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
/*}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue