fix crash
This commit is contained in:
parent
821e73c1d3
commit
7000b6cda2
@ -32,7 +32,7 @@ public enum SchematicaHelper {
|
||||
try {
|
||||
Class.forName(Schematica.class.getName());
|
||||
return true;
|
||||
} catch (ClassNotFoundException ex) {
|
||||
} catch (ClassNotFoundException | NoClassDefFoundError ex) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user