From c51b14a0f2dc3caf2b0f10c654056e49d6b33862 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 12 Feb 2017 20:08:31 +0100 Subject: [PATCH] [Friends] Optimize the toast message --- src/Components/Modules/Friends.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/Friends.cpp b/src/Components/Modules/Friends.cpp index fac646ee..9ceaf1a7 100644 --- a/src/Components/Modules/Friends.cpp +++ b/src/Components/Modules/Friends.cpp @@ -115,7 +115,7 @@ namespace Components if(Dvar::Var("cl_notifyFriendState").get() && 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); } }