fix(Backend): g_local_player not updating

This commit is contained in:
Yimura 2022-05-03 18:37:59 +02:00
parent e211ddacb5
commit 7e344028db
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -10,10 +10,7 @@ namespace big
void backend::loop()
{
g->attempt_save();
QUEUE_JOB_BEGIN_CLAUSE()
{
looped::system_update_pointers();
}QUEUE_JOB_END_CLAUSE
if (g_local_player != nullptr && !api::util::signed_in())
{