mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-27 09:51:36 +01:00
Remove debug message
This commit is contained in:
parent
4103552691
commit
562ad59ab9
@ -436,7 +436,6 @@ public class Entity implements Listener {
|
|||||||
if (fallingBlock.getMaterial().name().endsWith("ANVIL")) {
|
if (fallingBlock.getMaterial().name().endsWith("ANVIL")) {
|
||||||
data = (byte) Math.ceil(data / 4);
|
data = (byte) Math.ceil(data / 4);
|
||||||
}
|
}
|
||||||
Bukkit.broadcastMessage(((byte)getBlockDataMethod.invoke(fallingBlock)) + "");
|
|
||||||
fallingBlock.getWorld().dropItemNaturally(fallingBlock.getLocation(), new ItemStack(fallingBlock.getMaterial(), 1, (byte) data));
|
fallingBlock.getWorld().dropItemNaturally(fallingBlock.getLocation(), new ItemStack(fallingBlock.getMaterial(), 1, (byte) data));
|
||||||
} catch (Exception ignored) { }
|
} catch (Exception ignored) { }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user