mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
Catch exception for adventure text
This commit is contained in:
parent
e5aab88cb6
commit
8f7b21314b
@ -224,7 +224,7 @@ public class DisguiseUtilities {
|
||||
try {
|
||||
Class.forName("net.kyori.adventure.text.minimessage.MiniMessage");
|
||||
adventureTextSupport = true;
|
||||
} catch (ClassNotFoundException ex) {
|
||||
} catch (Throwable ex) {
|
||||
adventureTextSupport = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user