mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +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