Add isBeingReplaced() to UndisguiseEvent. Fixes #309

This commit is contained in:
libraryaddict
2018-10-14 11:26:17 +13:00
parent b42cf5cc43
commit e4d66e36df
3 changed files with 20 additions and 5 deletions

View File

@@ -407,7 +407,7 @@ public class DisguiseUtilities {
// But the rest of the time.. Its going to conflict.
disguiseItel.remove();
d.removeDisguise();
d.removeDisguise(true);
}
}
}