Merge pull request #569 from l89669/patch-1

Fix forge server console spam on plugin loading
This commit is contained in:
libraryaddict 2021-06-06 11:21:42 +12:00 committed by GitHub
commit 066cead6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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