Merge remote-tracking branch 'origin/master'

This commit is contained in:
libraryaddict 2021-06-07 14:07:10 +12:00
commit 88f12052b5

View File

@ -186,8 +186,7 @@ public class ParamInfoTypes {
} }
list.add(material); list.add(material);
} catch (NoSuchFieldException e) { } catch (NoSuchFieldException ignored) {
e.printStackTrace();
} }
} }