icon bullshit and somethin else gitaroo man

This commit is contained in:
Cameron Taylor
2021-02-16 00:21:11 -05:00
parent 50fccded66
commit f1d2fad105
4 changed files with 16 additions and 10 deletions

View File

@ -274,9 +274,13 @@ class TitleState extends MusicBeatState
var version:String = "v" + Application.current.meta.get('version');
if (version.trim() != NGio.GAME_VER_NUMS && !OutdatedSubState.leftState)
if (version.trim() != NGio.GAME_VER_NUMS.trim() && !OutdatedSubState.leftState)
{
trace('OLD VERSION!');
trace('old ver');
trace(version.trim());
trace('cur ver');
trace(NGio.GAME_VER_NUMS.trim());
FlxG.switchState(new OutdatedSubState());
}
else