mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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(save);
|
||||||
deckMenu.add(copy);
|
deckMenu.add(copy);
|
||||||
|
|
||||||
deckMenu.addSeparator();//new code
|
// The "Cheat - Add Card" menu item is buggy.
|
||||||
deckMenu.add(addCard); //new code
|
// There are other, safer and less buggy ways for people to cheat.
|
||||||
|
|
||||||
|
// deckMenu.addSeparator();//new code
|
||||||
|
// deckMenu.add(addCard); //new code
|
||||||
|
|
||||||
deckMenu.addSeparator();
|
deckMenu.addSeparator();
|
||||||
addImportExport(deckMenu, true);
|
addImportExport(deckMenu, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user