This commit is contained in:
Daniel Mills 2021-07-30 10:04:58 -04:00
parent ca1b37dbcf
commit 7d24a61ae8

View File

@ -51,7 +51,7 @@ public class OraxenLink {
try {
return supported() ? (String[]) Class.forName("io.th0rgal.oraxen.items.OraxenItems").getDeclaredMethod("getItemNames").invoke(null) : new String[0];
} catch (Throwable e) {
e.printStackTrace();
}
return new String[0];