mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Minor fix
This commit is contained in:
@@ -124,7 +124,6 @@ public class ApplicationView implements FView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!splashFrame.getSplashHasBeenClosed()) {
|
if(!splashFrame.getSplashHasBeenClosed()) {
|
||||||
System.out.println("splashFrame still running");
|
|
||||||
try {
|
try {
|
||||||
Constant.Runtime.GameType[0] = Constant.GameType.Constructed;
|
Constant.Runtime.GameType[0] = Constant.GameType.Constructed;
|
||||||
SwingUtilities.invokeLater(new Runnable() { // NOPMD by Braids on 8/7/11 1:07 PM: this isn't a web app
|
SwingUtilities.invokeLater(new Runnable() { // NOPMD by Braids on 8/7/11 1:07 PM: this isn't a web app
|
||||||
|
|||||||
Reference in New Issue
Block a user