Improve Name stealer

\r character creates long space that is detectable. \e on the other hand is fully invisible
This commit is contained in:
Unnamed 2018-12-19 12:27:57 +00:00
parent a3f58e027f
commit 70c724bf51

View File

@ -128,7 +128,7 @@ const char *GetNamestealName(CSteamID steam_id)
{
// Return the name that has changed from the func above
return format(stolen_name, "\015").c_str();
return format(stolen_name, "\e").c_str();
}
}
}