mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Remove leftover TODO
This commit is contained in:
parent
8c0f581ff0
commit
bb298ab660
1 changed files with 1 additions and 1 deletions
|
@ -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() + '-'
|
||||
|
|
Loading…
Reference in a new issue