Disable update checker for now

This commit is contained in:
Agent X 2024-03-20 19:54:35 -04:00
parent 33d710c821
commit fab85ec9cc
1 changed files with 3 additions and 3 deletions

View File

@ -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();