Don't throw errors if field doesn't exist
This commit is contained in:
parent
5205c8055c
commit
60b79ae789
@ -67,7 +67,6 @@ public class WatcherSanitizer {
|
||||
try {
|
||||
checkPreLoaded();
|
||||
} catch (NoSuchFieldException | IllegalAccessException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
ArrayList<String> mapped = new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user