Fixed retarded typo

This commit is contained in:
Steve Dudenhoeffer 2007-02-19 06:37:03 +00:00
parent d33f9ba2d4
commit 2395abcf7e

View File

@ -67,7 +67,7 @@ forward client_command(id);
/* Called when client is entering to a game. */
forward client_putinserver(id);
snative register_plugin(const plugin_name[],const version[],const author[]);
native register_plugin(const plugin_name[],const version[],const author[]);
/* Precache model. Can be used only in plugin_precache() function.*/
native precache_model(const name[]);