fix the documentation. How it's possible to not see a double comma!

This commit is contained in:
Arkshine 2014-08-07 01:26:05 +02:00
parent e9eaae4dd1
commit 58b6f9f353

View File

@ -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.
*