mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user