Skip to content
Closed
Prev Previous commit
Next Next commit
Squash whitespace
  • Loading branch information
TheShermanTanker authored Apr 10, 2021
commit e85b315a3a7d3f86d643154d08605b9b4d2586ab
2 changes: 1 addition & 1 deletion src/main/java/org/cloudburstmc/server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ private void loadWorlds() throws IOException {
}

Map<String, ServerConfig.World> worldConfigs = getConfig().getWorlds();
if (worldConfigs.isEmpty()) {
if (worldConfigs.isEmpty()) {
throw new IllegalStateException("No worlds configured! Add a world to cloudburst.yml and try again!");
}
List<CompletableFuture<Level>> worldFutures = new ArrayList<>(worldConfigs.size());
Comment thread
TheShermanTanker marked this conversation as resolved.
Outdated
Expand Down