mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-20 09:59:33 +00:00
Remove debug message left in WaterSpoutWave
This commit is contained in:
parent
9fa1810e71
commit
1c282ca550
1 changed files with 0 additions and 1 deletions
|
@ -292,7 +292,6 @@ public class WaterSpoutWave extends WaterAbility {
|
||||||
for (Block block : FROZEN_BLOCKS.keySet()) {
|
for (Block block : FROZEN_BLOCKS.keySet()) {
|
||||||
TempBlock tBlock = FROZEN_BLOCKS.get(block);
|
TempBlock tBlock = FROZEN_BLOCKS.get(block);
|
||||||
if (tBlock.getBlock().getWorld().equals(player.getWorld()) && tBlock.getLocation().distance(player.getLocation()) >= thawRadius) {
|
if (tBlock.getBlock().getWorld().equals(player.getWorld()) && tBlock.getLocation().distance(player.getLocation()) >= thawRadius) {
|
||||||
Bukkit.broadcastMessage("revert");
|
|
||||||
tBlock.revertBlock();
|
tBlock.revertBlock();
|
||||||
FROZEN_BLOCKS.remove(block);
|
FROZEN_BLOCKS.remove(block);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue