From 88b69ea8a1db8196382a3485f7f2bd6eda5d41b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Gr=C3=BCnbacher?= Date: Thu, 7 Aug 2014 01:46:11 +0200 Subject: [PATCH] amxmodx: Update change_level doc for consistency --- plugins/include/amxmodx.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index b853c394..30dbc1d9 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -250,14 +250,15 @@ native precache_sound(const name[]); native precache_generic(const szFile[]); /** - * Changes map. + * Changes the map. * * @note This calls the pfnChangelLevel engine function. - * @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. + * @note This has the same behavior as using the "changelevel" server command, + * but will also trigger the server_changelevel() forward in AMXX + * plugins. It will also notify any Metamod plugins that are hooking + * the pfnChangeLevel function. * - * @param map The map name to change. + * @param map Map name to change to * * @noreturn */