fixed easter egg
This commit is contained in:
parent
71bbd7dc3d
commit
874fa296ef
|
|
@ -1176,6 +1176,7 @@ namespace NovetusLauncher
|
|||
label12.Text = "Just wait a little on the last click, OK?";
|
||||
break;
|
||||
case 10:
|
||||
label12.Text = "Thank you. <3";
|
||||
WriteConfigValues();
|
||||
StartEasterEgg();
|
||||
|
||||
|
|
|
|||
|
|
@ -1213,6 +1213,7 @@ namespace NovetusLauncher
|
|||
label12.Text = "Just wait a little on the last click, OK?";
|
||||
break;
|
||||
case 10:
|
||||
label12.Text = "Thank you. <3";
|
||||
WriteConfigValues();
|
||||
StartEasterEgg();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue