added a notice to OnServerCfg about mods not supporting it

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40855
This commit is contained in:
David Anderson 2007-05-23 17:56:47 +00:00
parent 196a665d51
commit fa1740734a

View File

@ -133,6 +133,8 @@ forward OnMapEnd();
*
* @note If server.cfg is executed more than once per map, this forward
* will only be called the first time (per map).
* @note It is not guaranteed that this will be called on all mods. If
* a mod does not appear to support it, please file a SourceMod bug report.
*/
forward OnServerCfg();