Fix minor issue
This commit is contained in:
		| @@ -143,7 +143,7 @@ public class DisguiseAPI { | |||||||
|                 continue; |                 continue; | ||||||
|             } |             } | ||||||
|  |  | ||||||
|             if (index.getDefault() == obj.getValue() || index.getDefault() == obj.getValue()) { |             if (index.getDefault() == obj.getValue() || index.getDefault() == obj.getRawValue()) { | ||||||
|                 continue; |                 continue; | ||||||
|             } |             } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user