mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 03:25:20 +01:00
Don't save metadata along with the gui display icon
This commit is contained in:
parent
4dd8780d07
commit
21b0a8ade8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user