Ignore! Not catch!

This commit is contained in:
libraryaddict 2021-07-20 20:48:29 +12:00
parent dfe4001102
commit 0134788160
1 changed files with 1 additions and 2 deletions

View File

@ -1369,8 +1369,7 @@ public class DisguiseUtilities {
try {
// Check if we enable the paperdisguiselistener
runningPaper = Class.forName("com.destroystokyo.paper.VersionHistoryManager$VersionData") != null;
} catch (Exception ex) {
runningPaper = true;
} catch (Exception ignored) {
}
GsonBuilder gsonBuilder = new GsonBuilder();