mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 05:23:01 +00:00
Fixed plot deletion and unable to locate sign messages
This commit is contained in:
parent
9b20e096f0
commit
625d19b5d0
4 changed files with 6 additions and 8 deletions
|
@ -204,11 +204,7 @@ public class PlotSquared {
|
|||
}
|
||||
|
||||
public static boolean removePlot(final String world, final PlotId id, final boolean callEvent) {
|
||||
if (callEvent) {
|
||||
if (!IMP.callRemovePlot(world, id)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
// FIXME plot remove event
|
||||
plots.get(world).remove(id);
|
||||
if (MainUtil.lastPlot.containsKey(world)) {
|
||||
final PlotId last = MainUtil.lastPlot.get(world);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue