[Friends] Optimize the toast message

This commit is contained in:
momo5502 2017-02-12 20:08:31 +01:00
parent 6f20e8eb31
commit c51b14a0f2

View File

@ -115,7 +115,7 @@ namespace Components
if(Dvar::Var("cl_notifyFriendState").get<bool>() && gotOnline) 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);
} }
} }