[Friends] Update friends when the game starts

This commit is contained in:
momo5502 2017-01-28 20:36:48 +01:00
parent cd15ad88cd
commit 07469816bb

View File

@ -190,6 +190,8 @@ namespace Components
Friends::Friends()
{
Friends::UpdateFriends();
// Callback to update user information
Steam::Proxy::RegisterCallback(336, [](void* data)
{