commit
44a092cd94
@ -32,7 +32,7 @@ public enum SchematicaHelper {
|
|||||||
try {
|
try {
|
||||||
Class.forName(Schematica.class.getName());
|
Class.forName(Schematica.class.getName());
|
||||||
return true;
|
return true;
|
||||||
} catch (ClassNotFoundException ex) {
|
} catch (ClassNotFoundException | NoClassDefFoundError ex) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user