From 3f7886427bb148066839ea5102310818cf77bcde Mon Sep 17 00:00:00 2001 From: TheMadSword Date: Thu, 7 May 2015 09:34:18 -0400 Subject: [PATCH 1/2] Specifying more in details what GetClientLanguage does --- plugins/include/lang.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/include/lang.inc b/plugins/include/lang.inc index f4cb069569..c3a35a6aa2 100644 --- a/plugins/include/lang.inc +++ b/plugins/include/lang.inc @@ -60,6 +60,9 @@ native SetGlobalTransTarget(client); /** * Retrieves the language number of a client. * + * By default that language number is representing the language + * that the client's Steam application is using. + * * @param client Client index. * @return Language number client is using. * @error Invalid client index or client not connected. From 78342a0e96e89be9b3293b15be73175400bed6cb Mon Sep 17 00:00:00 2001 From: TheMadSword Date: Wed, 13 May 2015 05:31:26 -0400 Subject: [PATCH 2/2] Changed description --- plugins/include/lang.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/lang.inc b/plugins/include/lang.inc index c3a35a6aa2..fbaa8a7a88 100644 --- a/plugins/include/lang.inc +++ b/plugins/include/lang.inc @@ -60,8 +60,8 @@ native SetGlobalTransTarget(client); /** * Retrieves the language number of a client. * - * By default that language number is representing the language - * that the client's Steam application is using. + * The language number is representing the language defined by the client's + * console variable "cl_language" upon joining the server. * * @param client Client index. * @return Language number client is using.