fix compile error from namestealer change

This commit is contained in:
BenCat07 2019-08-22 19:18:39 +02:00
parent 9e1261defb
commit 0bf598f05a

View File

@ -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)