Fix index error
This commit is contained in:
parent
472649cad7
commit
6fbdcc9855
@ -1288,7 +1288,7 @@ public class DisguiseUtilities {
|
||||
|
||||
if (disguise.getEntity() != null) {
|
||||
synchronized (isNoInteract) {
|
||||
isNoInteract.remove(disguise.getEntity().getEntityId());
|
||||
isNoInteract.remove((Object) disguise.getEntity().getEntityId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user