mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02:00
Here you go.
This commit is contained in:
@ -595,11 +595,11 @@ public class Plot {
|
||||
|
||||
/**
|
||||
* Unlink a plot and remove the roads
|
||||
* @see MainUtil#unlinkPlot(Plot)
|
||||
* @see MainUtil#unlinkPlot(Plot, boolean removeRoad)
|
||||
* @return true if plot was linked
|
||||
*/
|
||||
public boolean unlink() {
|
||||
return MainUtil.unlinkPlot(this);
|
||||
return MainUtil.unlinkPlot(this, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user