mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 11:36:11 +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) {
|
||||
block.setTypeId(0);
|
||||
block.getWorld().dropItemNaturally(block.getLocation(),
|
||||
new ItemStack(Material.SIGN));
|
||||
new ItemStack(Material.SIGN, 1));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user