mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
Merge with breaking
This commit is contained in:
parent
20dd98d3b9
commit
1295f7c4bf
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ import java.util.concurrent.CompletableFuture;
|
|||
if (container.equals(new File("."))) {
|
||||
player.sendMessage(
|
||||
"World container must be configured to be a separate directory to your base files!");
|
||||
return;
|
||||
return CompletableFuture.completedFuture(false);
|
||||
}
|
||||
for (File folder : container.listFiles()) {
|
||||
String name = folder.getName();
|
||||
|
|
Loading…
Reference in a new issue