Fix index error

This commit is contained in:
libraryaddict 2020-06-26 16:03:50 +12:00
parent 472649cad7
commit 6fbdcc9855

View File

@ -1288,7 +1288,7 @@ public class DisguiseUtilities {
if (disguise.getEntity() != null) {
synchronized (isNoInteract) {
isNoInteract.remove(disguise.getEntity().getEntityId());
isNoInteract.remove((Object) disguise.getEntity().getEntityId());
}
}
}