mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
fix error on loading for some versions
This commit is contained in:
parent
fdbef4e12c
commit
3e40f82d9a
@ -82,6 +82,8 @@ public class FaweBukkit implements IFawe, Listener {
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
Bukkit.getServer().shutdown();
|
Bukkit.getServer().shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
chunksStretched = Integer.parseInt(Bukkit.getBukkitVersion().split("-")[0].split("\\.")[1]) >= 16;
|
||||||
|
|
||||||
//Vault is Spigot/Paper only so this needs to be done in the Bukkit module
|
//Vault is Spigot/Paper only so this needs to be done in the Bukkit module
|
||||||
setupVault();
|
setupVault();
|
||||||
@ -100,8 +102,6 @@ public class FaweBukkit implements IFawe, Listener {
|
|||||||
// The tick limiter
|
// The tick limiter
|
||||||
new ChunkListener_9();
|
new ChunkListener_9();
|
||||||
});
|
});
|
||||||
|
|
||||||
chunksStretched = Integer.parseInt(Bukkit.getMinecraftVersion().split("\\.")[1]) >= 16;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override // Please don't delete this again, it's WIP
|
@Override // Please don't delete this again, it's WIP
|
||||||
|
Loading…
Reference in New Issue
Block a user