Systemausgabe für Laden der WIZARD_DATA_Wizard.ser

pull/26/head
Philipp Kotte 2023-10-11 13:59:46 +02:00
parent 605d8c803d
commit dbf57e9852
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ public class Main {
try {
System.out.println("Lade daten");
spiel = (Spiel) Persistenz.ladeDaten(name);
System.out.println("laden erfolgreich");
} catch (IOException e) {
System.out.println("Konnte file nicht laden.");
System.out.println(e.getLocalizedMessage());