Fix forge server console spam on plugin loading

This commit is contained in:
paihuai
2021-06-05 22:40:28 +08:00
committed by GitHub
parent 4e22d92b5e
commit c8783a6efa

View File

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