mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Disable update checker for now
This commit is contained in:
parent
33d710c821
commit
fab85ec9cc
1 changed files with 3 additions and 3 deletions
|
|
@ -282,9 +282,9 @@ void* main_game_init(void* isThreaded) {
|
|||
configWindow.settings_changed = true;
|
||||
if (!djui_language_init(configLanguage)) { snprintf(configLanguage, MAX_CONFIG_STRING, "%s", ""); }
|
||||
|
||||
if (gCLIOpts.network != NT_SERVER) {
|
||||
check_for_updates();
|
||||
}
|
||||
// if (gCLIOpts.network != NT_SERVER) {
|
||||
// check_for_updates();
|
||||
// }
|
||||
|
||||
dynos_packs_init();
|
||||
sync_objects_init_system();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue