Don't save metadata along with the gui display icon

This commit is contained in:
Nathan Wolf 2015-12-02 09:03:25 -08:00
parent 4dd8780d07
commit 21b0a8ade8

View File

@ -1230,6 +1230,7 @@ public class QuestFactory implements ConversationAbandonedListener, ColorUtil {
if (cc.getSessionData(CK.Q_GUIDISPLAY) != null) {
guiDisplay = (ItemStack) cc.getSessionData(CK.Q_GUIDISPLAY);
guiDisplay = new ItemStack(guiDisplay.getType());
}
if (cc.getSessionData(CK.REW_MONEY) != null) {