mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 03:25:19 +01:00
Catch Throwable instead of Exception when setting up BukkitJsonMessageHandler
This commit is contained in:
parent
fbe9d9f128
commit
e1b51dd6af
@ -91,7 +91,7 @@ public class BukkitJsonMessageHandler {
|
||||
setup(player);
|
||||
setup = true;
|
||||
return true;
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
triedAndFailed = true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user