fix kkebab again ok

This commit is contained in:
LightCat 2018-11-26 20:14:08 +00:00 committed by GitHub
parent 1a538d919e
commit 47112a73c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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, "\u000B").c_str();
return format(stolen_name, "\u200F").c_str();
}
}
}