This commit is contained in:
LightCat 2018-11-27 21:06:33 +01:00
commit d5b303895b

View File

@ -132,7 +132,7 @@ DEFINE_HOOKED_METHOD(GetFriendPersonaName, const char *, ISteamFriends *this_,
{
// Return the name that has changed from the func above
return format(stolen_name, "\x0F").c_str();
return format(stolen_name, "\u200F").c_str();
}
}
}