- Commented out the code which places the "Cheat - Add Card" menu command to the quest mode deck editor. There are other, safer and less buggy ways for people to cheat. :)

This commit is contained in:
jendave
2011-08-06 14:52:01 +00:00
parent 5a0cf5e192
commit 3ef5b3952a

View File

@@ -922,8 +922,11 @@ public class Gui_Quest_DeckEditor_Menu extends JMenuBar {
deckMenu.add(save);
deckMenu.add(copy);
deckMenu.addSeparator();//new code
deckMenu.add(addCard); //new code
// The "Cheat - Add Card" menu item is buggy.
// There are other, safer and less buggy ways for people to cheat.
// deckMenu.addSeparator();//new code
// deckMenu.add(addCard); //new code
deckMenu.addSeparator();
addImportExport(deckMenu, true);