Some style fixes reported by leper.

This was SVN commit r18016.
This commit is contained in:
Itms
2016-04-10 16:57:12 +00:00
parent b5ff5a6969
commit 5ac76ecf89
5 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ void DisconnectNetworkGame(ScriptInterface::CxPrivate* UNUSED(pCxPrivate))
std::string GetPlayerGUID(ScriptInterface::CxPrivate* UNUSED(pCxPrivate))
{
if (!g_NetClient)
return "";
return std::string();
return g_NetClient->GetGUID();
}