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