mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Bugfix for #2524 (place flag)
This commit is contained in:
@ -2046,6 +2046,7 @@ import java.util.regex.Pattern;
|
|||||||
location = BukkitUtil
|
location = BukkitUtil
|
||||||
.getLocation(block.getRelative(event.getBlockFace()).getLocation());
|
.getLocation(block.getRelative(event.getBlockFace()).getLocation());
|
||||||
eventType = PlayerBlockEventType.PLACE_BLOCK;
|
eventType = PlayerBlockEventType.PLACE_BLOCK;
|
||||||
|
lb = new BukkitLazyBlock(new StringPlotBlock(type.toString()));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
lb = new BukkitLazyBlock(PlotBlock.get(type.toString()));
|
lb = new BukkitLazyBlock(PlotBlock.get(type.toString()));
|
||||||
|
Reference in New Issue
Block a user