This is no longer needed
This commit is contained in:
parent
a4ed5ddb53
commit
044413653e
|
@ -118,7 +118,7 @@ void check_for_updates(void) {
|
|||
LOADING_SCREEN_MUTEX(loading_screen_set_segment_text("Checking For Updates"));
|
||||
|
||||
get_version_remote();
|
||||
if (sRemoteVersion[0] != '\0' && strcmp(sRemoteVersion, get_version()) && strcmp(sRemoteVersion, "v1.0.1")) {
|
||||
if (sRemoteVersion[0] != '\0' && strcmp(sRemoteVersion, get_version())) {
|
||||
snprintf(
|
||||
sVersionUpdateTextBuffer, 256,
|
||||
"\\#ffffa0\\%s\n\\#dcdcdc\\%s: %s\n%s: %s",
|
||||
|
|
Loading…
Reference in New Issue