mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
UPDATER: Remove Force-Update Debug
This commit is contained in:
parent
f5e5729f6d
commit
ba362a0956
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ int main(int argc, char *argv[]) {
|
|||
start = strstr(generic_mem_buffer, "\"name\": \"") + 9;
|
||||
start[strlen(cur_version)] = 0;
|
||||
printf("Last version: %s\n", start);
|
||||
if (!strcmp(cur_version, start) && 0) {
|
||||
if (!strcmp(cur_version, start)) {
|
||||
printf("Up to date\n");
|
||||
goto launch_nzp;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue