Merge branch 'master' of https://github.com/nullworks/cathook
This commit is contained in:
commit
d5b303895b
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user