amxmodx: Precaching documentation is the bane of my existence

This commit is contained in:
Valentin Grünbacher 2014-08-07 22:01:21 +02:00
parent 20a173d8a3
commit 8b42767b19

View File

@ -210,7 +210,7 @@ native register_plugin(const plugin_name[], const version[], const author[]);
* *
* @param name Path to the model file * @param name Path to the model file
* *
* @return Unique ache id of the model * @return Unique cache id of the model
* @error If called outside of the plugin_precache() forward, an error is * @error If called outside of the plugin_precache() forward, an error is
* thrown. * thrown.
*/ */