mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-09-15 09:15:35 +02:00
Fixes #459
This commit is contained in:
@@ -336,10 +336,12 @@ public class Plot {
|
||||
});
|
||||
}
|
||||
|
||||
public void unclaim() {
|
||||
public boolean unclaim() {
|
||||
if (PS.get().removePlot(world, id, true)) {
|
||||
DBFunc.delete(Plot.this);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user