mirror of
https://github.com/StudentBlake/XCI-Explorer
synced 2024-11-10 06:34:15 +00:00
Corrected displayed MasterKey text
This commit is contained in:
parent
4c492d78f7
commit
910ff77af8
1 changed files with 3 additions and 3 deletions
|
@ -45,11 +45,11 @@ namespace XCI_Explorer
|
|||
case 7:
|
||||
return "MasterKey6 (6.2.0)";
|
||||
case 8:
|
||||
return "MasterKey7 (7.0.0-9.0.1)";
|
||||
return "MasterKey7 (7.0.0-8.0.1)";
|
||||
case 9:
|
||||
return "MasterKey8 (?)";
|
||||
return "MasterKey8 (8.1.0)";
|
||||
case 10:
|
||||
return "MasterKey9 (?)";
|
||||
return "MasterKey9 (9.0.0-9.0.1)";
|
||||
case 11:
|
||||
return "MasterKey10 (?)";
|
||||
case 12:
|
||||
|
|
Loading…
Reference in a new issue