mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
This shouldn't have been made private
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user