This is no longer needed

This commit is contained in:
Agent X 2024-09-01 19:02:58 -04:00
parent a4ed5ddb53
commit 044413653e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ void check_for_updates(void) {
LOADING_SCREEN_MUTEX(loading_screen_set_segment_text("Checking For Updates")); LOADING_SCREEN_MUTEX(loading_screen_set_segment_text("Checking For Updates"));
get_version_remote(); 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( snprintf(
sVersionUpdateTextBuffer, 256, sVersionUpdateTextBuffer, 256,
"\\#ffffa0\\%s\n\\#dcdcdc\\%s: %s\n%s: %s", "\\#ffffa0\\%s\n\\#dcdcdc\\%s: %s\n%s: %s",