teehee
All checks were successful
/ example-docker-compose (push) Successful in 14m27s

This commit is contained in:
Failure 2024-11-30 01:37:12 -08:00
parent 183c3b800c
commit 99cdc212da

View file

@ -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) {