From 3edd1ce6588e5691a91ef129d4cf0e2397c99904 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 5 Aug 2014 10:40:14 -0400 Subject: [PATCH] Remove inaccurate note on GetClientLanguage function doc. --- plugins/include/lang.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/include/lang.inc b/plugins/include/lang.inc index 9728083a..f4cb0695 100644 --- a/plugins/include/lang.inc +++ b/plugins/include/lang.inc @@ -59,7 +59,6 @@ native SetGlobalTransTarget(client); /** * Retrieves the language number of a client. - * Currently this simply returns the server language index. * * @param client Client index. * @return Language number client is using.