mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
Bugfix for #2524 (place flag)
This commit is contained in:
parent
e445f96e0c
commit
599ef8aa44
@ -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 New Issue
Block a user