mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Improve comments
This commit is contained in:
parent
e5f412bcb2
commit
c708d73c02
@ -68,7 +68,7 @@ CNetChan* CClient::GetNetChan(void) const
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------
|
||||
// Purpose: gets the server name of this client (name is managed by server!)
|
||||
// Purpose: gets the name of this client (managed by server)
|
||||
//---------------------------------------------------------------------------------
|
||||
const char* CClient::GetServerName(void) const
|
||||
{
|
||||
@ -76,7 +76,7 @@ const char* CClient::GetServerName(void) const
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------
|
||||
// Purpose: gets the server name of this client (as obtained from the connectionless packet)
|
||||
// Purpose: gets the name of this client (obtained from connectionless packet)
|
||||
//---------------------------------------------------------------------------------
|
||||
const char* CClient::GetClientName(void) const
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user