mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Merge with breaking
This commit is contained in:
parent
20dd98d3b9
commit
1295f7c4bf
@ -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 New Issue
Block a user