mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Remove leftover TODO
This commit is contained in:

committed by
Alexander Söderberg

parent
8c0f581ff0
commit
bb298ab660
@ -190,7 +190,7 @@ public class Area extends SubCommand {
|
|||||||
.plotManager(PlotSquared.imp().getPluginName())
|
.plotManager(PlotSquared.imp().getPluginName())
|
||||||
.generatorName(PlotSquared.imp().getPluginName())
|
.generatorName(PlotSquared.imp().getPluginName())
|
||||||
.maximumId(plotId)
|
.maximumId(plotId)
|
||||||
.minimumId(plotId); // TODO will throw exception right now
|
.minimumId(plotId);
|
||||||
Runnable singleRun = () -> {
|
Runnable singleRun = () -> {
|
||||||
final String path =
|
final String path =
|
||||||
"worlds." + hybridPlotWorld.getWorldName() + ".areas." + hybridPlotWorld.getId() + '-'
|
"worlds." + hybridPlotWorld.getWorldName() + ".areas." + hybridPlotWorld.getId() + '-'
|
||||||
|
Reference in New Issue
Block a user