Don't throw errors if field doesn't exist

This commit is contained in:
libraryaddict 2021-05-19 06:05:35 +12:00
parent 5205c8055c
commit 60b79ae789

View File

@ -67,7 +67,6 @@ public class WatcherSanitizer {
try {
checkPreLoaded();
} catch (NoSuchFieldException | IllegalAccessException e) {
e.printStackTrace();
}
ArrayList<String> mapped = new ArrayList<>();