can jagex just force the steam client already please

This commit is contained in:
ThatGamerBlue
2021-06-23 13:15:51 +01:00
parent d51adc77bd
commit 541c8d81b5

View File

@@ -667,9 +667,9 @@ public class OPRSExternalPluginManager
{ {
throw new PluginInstantiationException(ex); throw new PluginInstantiationException(ex);
} }
catch (NoClassDefFoundError ex) catch (NoClassDefFoundError | NoSuchFieldError | NoSuchMethodError ex)
{ {
log.error("Plugin {} is outdated", clazz.getSimpleName()); log.error("Plugin {} is outdated", clazz.getSimpleName(), ex);
return null; return null;
} }