Improved log message

This commit is contained in:
Butzlabben 2020-08-24 12:16:39 +02:00
parent 5f88f34d24
commit b22e863acf
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class WorldSystem extends JavaPlugin {
&& !is1_13Plus) {
creator = new AsyncCreatorAdapter();
Bukkit.getConsoleSender()
.sendMessage(PluginConfig.getPrefix() + "Found FAWE! Try now to create worlds async");
.sendMessage(PluginConfig.getPrefix() + "Found FAWE! Worlds now will be created asynchronously");
} else {
creator = (c, sw, r) -> {
Bukkit.getWorlds().add(c.createWorld());