From c708d73c0221545d262c75a89c7353a4079e47aa Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 14 Jun 2022 21:43:32 +0200 Subject: [PATCH] Improve comments --- r5dev/engine/client/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r5dev/engine/client/client.cpp b/r5dev/engine/client/client.cpp index 2e983741..75a67408 100644 --- a/r5dev/engine/client/client.cpp +++ b/r5dev/engine/client/client.cpp @@ -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 {