From 58b6f9f3538f4686da40d9606b237d2136f2803e Mon Sep 17 00:00:00 2001 From: Arkshine Date: Thu, 7 Aug 2014 01:26:05 +0200 Subject: [PATCH] fix the documentation. How it's possible to not see a double comma! --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 439d1a33..2d6604cc 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -88,7 +88,7 @@ native precache_generic(const szFile[]); * Changes map. * * @note This calls the pfnChangelLevel engine function. - * @note This has the same behavior as calling the "changelevel" server command,, + * @note This has the same behavior as calling the "changelevel" server command, * but this will also trigger the server_changelevel() forward in AMXX plugins. * It will also notify any Metamod plugins that are hooking pfnChangeLevel. *