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:
parent
196a665d51
commit
fa1740734a
@ -133,6 +133,8 @@ forward OnMapEnd();
|
|||||||
*
|
*
|
||||||
* @note If server.cfg is executed more than once per map, this forward
|
* @note If server.cfg is executed more than once per map, this forward
|
||||||
* will only be called the first time (per map).
|
* 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();
|
forward OnServerCfg();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user