From 9bbabb7cc7cace52b278dd9b9285f04f5a2623e0 Mon Sep 17 00:00:00 2001 From: Prokube <68293280+prokube@users.noreply.github.com> Date: Wed, 2 Jun 2021 16:10:36 -0700 Subject: [PATCH] useless function being used #1 --- source/MainMenuState.hx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index 51db1e4..fc58555 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -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 {