[Friends] Change toast text

This commit is contained in:
momo5502 2017-02-12 20:52:55 +01:00
parent 215d8efe56
commit 512bec249d

View File

@ -116,7 +116,7 @@ namespace Components
int notify = Dvar::Var("cl_notifyFriendState").get<int>();
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);
}
}