Disable update checker for now

This commit is contained in:
Agent X 2024-03-20 19:54:35 -04:00
parent 33d710c821
commit fab85ec9cc

View file

@ -282,9 +282,9 @@ void* main_game_init(void* isThreaded) {
configWindow.settings_changed = true; configWindow.settings_changed = true;
if (!djui_language_init(configLanguage)) { snprintf(configLanguage, MAX_CONFIG_STRING, "%s", ""); } if (!djui_language_init(configLanguage)) { snprintf(configLanguage, MAX_CONFIG_STRING, "%s", ""); }
if (gCLIOpts.network != NT_SERVER) { // if (gCLIOpts.network != NT_SERVER) {
check_for_updates(); // check_for_updates();
} // }
dynos_packs_init(); dynos_packs_init();
sync_objects_init_system(); sync_objects_init_system();