mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-15 23:26:33 +01:00
parent
5be72dd5d7
commit
0a127dfb40
@ -101,6 +101,7 @@ public class FaweBukkit implements IFawe, Listener {
|
||||
public FaweBukkit(BukkitMain plugin) {
|
||||
this.plugin = plugin;
|
||||
try {
|
||||
Settings.IMP.TICK_LIMITER.ENABLED = !Bukkit.hasWhitelist();
|
||||
Fawe.set(this);
|
||||
setupInjector();
|
||||
try {
|
||||
@ -151,8 +152,7 @@ public class FaweBukkit implements IFawe, Listener {
|
||||
try {
|
||||
Class.forName("sun.misc.SharedSecrets");
|
||||
new ChunkListener_8();
|
||||
} catch( ClassNotFoundException e )
|
||||
{
|
||||
} catch (ClassNotFoundException e) {
|
||||
new ChunkListener_9();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user