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

@ -49,6 +49,7 @@ class NGio
GAME_VER = response.result.data.currentVersion;
GAME_VER_NUMS = GAME_VER.split(" ")[0].trim();
trace('CURRENT NG VERSION: ' + GAME_VER);
trace('CURRENT NG VERSION: ' + GAME_VER_NUMS);
gotOnlineVer = true;
});