Remove this
This commit is contained in:
parent
d76d21ee5a
commit
fef042959c
@ -328,7 +328,7 @@ namespace updater
|
||||
{
|
||||
return update_data.access<bool>([](update_data_t& data_)
|
||||
{
|
||||
return data_.check.done && game::Sys_IsDatabaseReady2();
|
||||
return data_.check.done;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user