This shouldn't have been made private

This commit is contained in:
Jesse Boyd 2019-04-06 12:55:45 +11:00
parent a3cb4e5ffb
commit 5d515b3863
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -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;
}