Ignore! Not catch!
This commit is contained in:
parent
dfe4001102
commit
0134788160
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user