mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 14:46:45 +01:00
This shouldn't have been made private
This commit is contained in:
parent
a3cb4e5ffb
commit
5d515b3863
@ -98,7 +98,7 @@ public class SinglePlotArea extends GridPlotWorld {
|
||||
return super.addPlotIfAbsent(plot);
|
||||
}
|
||||
|
||||
private Plot adapt(Plot p) {
|
||||
protected Plot adapt(Plot p) {
|
||||
if (p instanceof SinglePlot) {
|
||||
return p;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user