Skip to content

Commit

Permalink
erm
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Nov 15, 2023
1 parent 6de950c commit 3546c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/states/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class MainMenuState extends MusicBeatState
#if MODS_ALLOWED 'mods', #end
#if ACHIEVEMENTS_ALLOWED 'awards', #end
'credits',
'discord',
'donate',
'options'
];

Expand Down Expand Up @@ -224,8 +224,8 @@ class MainMenuState extends MusicBeatState

if (controls.ACCEPT)
{
if (optionShit[curSelected] == 'discord')
CoolUtil.browserLoad(menuJunk.discordLink); //foxacord
if (optionShit[curSelected] == 'donate')
CoolUtil.browserLoad(menuJunk.discordLink); //foxacord, it's hidden as donate, cuz foxas parents may watch the gameplay footage when released pfffft
else
{
selectedSomethin = true;
Expand Down

0 comments on commit 3546c0e

Please sign in to comment.