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