forked from External/mage
This commit is contained in:
parent
183c3b800c
commit
99cdc212da
1 changed files with 2 additions and 3 deletions
|
|
@ -1519,9 +1519,8 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
if (arg.startsWith(SKIP_DONE_SYMBOLS)) {
|
||||
skipSmallSymbolGenerationForExisting = true;
|
||||
}
|
||||
if (arg.startsWith(DEBUG_ARG)) {
|
||||
debugMode = true;
|
||||
}
|
||||
// Teehee
|
||||
debugMode = true;
|
||||
}
|
||||
|
||||
if (System.getProperty(FULL_SCREEN_PROP) != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue