added lucky, highscore fix??

This commit is contained in:
Brandon
2020-11-10 12:52:49 -05:00
parent 40f0edf18e
commit 127d4f4cb4
3 changed files with 22 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class TitleState extends MusicBeatState
super.create();
#if (!switch && !debug && NG_LOGIN)
#if (web && !debug && NG_LOGIN)
var ng:NGio = new NGio(APIStuff.API, APIStuff.EncKey);
#end