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