[Friends] Change toast text
This commit is contained in:
parent
215d8efe56
commit
512bec249d
@ -116,7 +116,7 @@ namespace Components
|
|||||||
int notify = Dvar::Var("cl_notifyFriendState").get<int>();
|
int notify = Dvar::Var("cl_notifyFriendState").get<int>();
|
||||||
if(gotOnline && (notify == -1 || (notify == 1 && !Game::CL_IsCgameInitialized())))
|
if(gotOnline && (notify == -1 || (notify == 1 && !Game::CL_IsCgameInitialized())))
|
||||||
{
|
{
|
||||||
Toast::Show("cardicon_weed", entry->name, "Is playing IW4x", 3000);
|
Toast::Show("cardicon_weed", entry->name, "is playing IW4x", 3000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user