Remove leftover TODO

This commit is contained in:
Hannes Greule 2020-06-05 14:43:53 +02:00 committed by Alexander Söderberg
parent 8c0f581ff0
commit bb298ab660

View File

@ -190,7 +190,7 @@ public class Area extends SubCommand {
.plotManager(PlotSquared.imp().getPluginName())
.generatorName(PlotSquared.imp().getPluginName())
.maximumId(plotId)
.minimumId(plotId); // TODO will throw exception right now
.minimumId(plotId);
Runnable singleRun = () -> {
final String path =
"worlds." + hybridPlotWorld.getWorldName() + ".areas." + hybridPlotWorld.getId() + '-'