Nevermind
This commit is contained in:
parent
358d564936
commit
4d5c6ecc17
@ -152,7 +152,7 @@ namespace scheduler
|
|||||||
{
|
{
|
||||||
schedule([=]()
|
schedule([=]()
|
||||||
{
|
{
|
||||||
const auto dw_init = game::environment::is_sp() ? true : game::Live_SyncOnlineDataFlags(0) == 32;
|
const auto dw_init = game::environment::is_sp() ? true : game::Live_SyncOnlineDataFlags(0) == 0;
|
||||||
if (dw_init && game::Sys_IsDatabaseReady2())
|
if (dw_init && game::Sys_IsDatabaseReady2())
|
||||||
{
|
{
|
||||||
once(callback, type, delay);
|
once(callback, type, delay);
|
||||||
|
Loading…
Reference in New Issue
Block a user