Yeah. Fix the memory leak plox

This commit is contained in:
libraryaddict 2014-05-29 22:16:04 +12:00
parent aea49bfc43
commit f94748afa5

View file

@ -141,8 +141,8 @@ public class DisguiseUtilities {
// System.out.print("Cannot set more than one " + TargetType.SHOW_TO_EVERYONE_BUT_THESE_PLAYERS
// + " on a entity. Removed the old disguise.");
d.removeDisguise();
disguiseItel.remove();
d.removeDisguise();
}
}
}