mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 08:25:08 +00:00
This shouldn't have been made private
This commit is contained in:
parent
a3cb4e5ffb
commit
5d515b3863
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue