mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-03 01:19:42 +01:00
Fixed another infinite sign...
This commit is contained in:
parent
4591fc603f
commit
548dd0365c
@ -574,7 +574,7 @@ public void onLeavesDecay(LeavesDecayEvent event) {
|
|||||||
private void dropSign(Block block) {
|
private void dropSign(Block block) {
|
||||||
block.setTypeId(0);
|
block.setTypeId(0);
|
||||||
block.getWorld().dropItemNaturally(block.getLocation(),
|
block.getWorld().dropItemNaturally(block.getLocation(),
|
||||||
new ItemStack(Material.SIGN));
|
new ItemStack(Material.SIGN, 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user