mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-07-31 12:15:27 +02:00
Legger til en manglende (ikke-kritisk) break; og fjerner en ubrukt importering
This commit is contained in:
@@ -66,9 +66,8 @@ public class LoadingScreen extends AbstractScreen {
|
||||
roboRallyWrapper.setScreen(roboRallyWrapper.screenManager.getCardChoiceScreen(this.roboRallyWrapper));
|
||||
break;
|
||||
default:
|
||||
if (gameState != GameState.LOADING) {
|
||||
System.out.println("Don't know what to do with " + gameState);
|
||||
}
|
||||
System.out.println("The loading screen doesn't know what to do with " + gameState);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user