mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-02-09 00:02:59 +01:00
Improved log message
This commit is contained in:
parent
5f88f34d24
commit
b22e863acf
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user