fix compile error from namestealer change
This commit is contained in:
parent
9e1261defb
commit
0bf598f05a
@ -105,7 +105,7 @@ bool StolenName()
|
|||||||
std::string GetNamestealName(CSteamID steam_id)
|
std::string GetNamestealName(CSteamID steam_id)
|
||||||
{
|
{
|
||||||
if (steam_id != g_ISteamUser->GetSteamID())
|
if (steam_id != g_ISteamUser->GetSteamID())
|
||||||
return;
|
return std::string();
|
||||||
|
|
||||||
// Check User settings if namesteal is allowed
|
// Check User settings if namesteal is allowed
|
||||||
if (namesteal)
|
if (namesteal)
|
||||||
|
Reference in New Issue
Block a user