Stupid mistake

This commit is contained in:
Maschell 2016-04-24 13:44:39 +02:00
parent 1d1d4b4d44
commit dcca740699
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -63,7 +63,7 @@ public class Starter {
}
System.exit(0);
}
NUSGUI m = new NUSGUI(new NUSTitle(titleID,-1, key));
NUSGUI m = new NUSGUI(new NUSTitle(titleID,version, key));
m.setVisible(true);
}
}else{