mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 01:15:40 +00:00
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