Don't update subscribed items right away

This commit is contained in:
momo5502 2022-09-30 19:26:28 +02:00
parent 76ab3d5862
commit 690b146e18

View File

@ -47,7 +47,6 @@ namespace steam_proxy
}*/ }*/
this->load_client(); this->load_client();
update_subscribed_items();
this->clean_up_on_error(); this->clean_up_on_error();
} }