forked from mirrors/0ad
Some style fixes reported by leper.
This was SVN commit r18016.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user