mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Bugfix for #2524 (place flag)
This commit is contained in:
parent
e445f96e0c
commit
599ef8aa44
1 changed files with 1 additions and 0 deletions
|
@ -2046,6 +2046,7 @@ import java.util.regex.Pattern;
|
|||
location = BukkitUtil
|
||||
.getLocation(block.getRelative(event.getBlockFace()).getLocation());
|
||||
eventType = PlayerBlockEventType.PLACE_BLOCK;
|
||||
lb = new BukkitLazyBlock(new StringPlotBlock(type.toString()));
|
||||
break;
|
||||
}
|
||||
lb = new BukkitLazyBlock(PlotBlock.get(type.toString()));
|
||||
|
|
Loading…
Reference in a new issue