fix(Backend): g_local_player not updating
This commit is contained in:
parent
e211ddacb5
commit
7e344028db
@ -10,10 +10,7 @@ namespace big
|
|||||||
void backend::loop()
|
void backend::loop()
|
||||||
{
|
{
|
||||||
g->attempt_save();
|
g->attempt_save();
|
||||||
QUEUE_JOB_BEGIN_CLAUSE()
|
|
||||||
{
|
|
||||||
looped::system_update_pointers();
|
looped::system_update_pointers();
|
||||||
}QUEUE_JOB_END_CLAUSE
|
|
||||||
|
|
||||||
if (g_local_player != nullptr && !api::util::signed_in())
|
if (g_local_player != nullptr && !api::util::signed_in())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user