Fix for precache_event (#490)

This commit is contained in:
voed 2018-07-10 12:50:31 +03:00 committed by Vincent Herbet
parent 2559fcf00a
commit 42b351127d

View File

@ -4699,7 +4699,8 @@ AMX_NATIVE_INFO amxmodx_Natives[] =
{"plugin_flags", plugin_flags}, {"plugin_flags", plugin_flags},
{"precache_model", precache_model}, {"precache_model", precache_model},
{"precache_sound", precache_sound}, {"precache_sound", precache_sound},
{"precache_generic", precache_generic}, {"precache_generic", precache_generic},
{"precache_event", precache_event},
{"random_float", random_float}, {"random_float", random_float},
{"random_num", random_num}, {"random_num", random_num},
{"read_argc", read_argc}, {"read_argc", read_argc},