Ignore failed fallback listener registration
This commit is contained in:
parent
6839d5531f
commit
c71d872517
@ -98,7 +98,9 @@ public class FaweBukkit implements IFawe, Listener {
|
||||
com.sk89q.worldedit.bukkit.BukkitPlayer.inject(); // Fixes
|
||||
BukkitWorld.inject(); // Fixes
|
||||
BukkitPlayerBlockBag.inject(); // features
|
||||
try {
|
||||
FallbackRegistrationListener.inject(); // Fixes
|
||||
} catch (Throwable ignore) {} // Not important at all
|
||||
} catch (Throwable e) {
|
||||
debug("========= INJECTOR FAILED =========");
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user