mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fixes
This commit is contained in:
parent
ca1b37dbcf
commit
7d24a61ae8
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user