[Friends] Optimize the toast message
This commit is contained in:
parent
6f20e8eb31
commit
c51b14a0f2
@ -115,7 +115,7 @@ namespace Components
|
||||
|
||||
if(Dvar::Var("cl_notifyFriendState").get<bool>() && gotOnline)
|
||||
{
|
||||
Toast::Show("cardicon_weed", "Friends", Utils::String::VA("%s is playing IW4x", entry->name.data()), 3000);
|
||||
Toast::Show("cardicon_weed", entry->name, "Is playing IW4x", 3000);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user