Skip to content

Commit

Permalink
useless function being used #1
Browse files Browse the repository at this point in the history
  • Loading branch information
isakube authored Jun 2, 2021
1 parent 8a6126d commit 9bbabb7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,7 @@ class MainMenuState extends MusicBeatState
{
if (optionShit[curSelected] == 'donate')
{
#if linux
Sys.command('/usr/bin/xdg-open', ["https://www.kickstarter.com/projects/funkin/friday-night-funkin-the-full-ass-game", "&"]);
#else
FlxG.openURL('https://www.kickstarter.com/projects/funkin/friday-night-funkin-the-full-ass-game');
#end
fancyOpenURL("https://www.kickstarter.com/projects/funkin/friday-night-funkin-the-full-ass-game");
}
else
{
Expand Down

0 comments on commit 9bbabb7

Please sign in to comment.