mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-20 20:51:27 +01:00
Removed async world creation option for all versions 1.13 or higher, as this doesn't work properly anymore with FAWE
This commit is contained in:
parent
09d00ccf6a
commit
5f88f34d24
@ -166,7 +166,8 @@ public class WorldSystem extends JavaPlugin {
|
||||
// Choose right creatoradapter for #16
|
||||
if (Bukkit.getPluginManager().getPlugin("FastAsyncWorldEdit") != null
|
||||
&& Bukkit.getPluginManager().getPlugin("WorldEdit") != null
|
||||
&& PluginConfig.loadWorldsASync()) {
|
||||
&& PluginConfig.loadWorldsASync()
|
||||
&& !is1_13Plus) {
|
||||
creator = new AsyncCreatorAdapter();
|
||||
Bukkit.getConsoleSender()
|
||||
.sendMessage(PluginConfig.getPrefix() + "Found FAWE! Try now to create worlds async");
|
||||
|
Loading…
Reference in New Issue
Block a user