mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 23:05:37 +03:00
Fix for precache_event (#490)
This commit is contained in:
parent
2559fcf00a
commit
42b351127d
@ -4699,7 +4699,8 @@ AMX_NATIVE_INFO amxmodx_Natives[] =
|
||||
{"plugin_flags", plugin_flags},
|
||||
{"precache_model", precache_model},
|
||||
{"precache_sound", precache_sound},
|
||||
{"precache_generic", precache_generic},
|
||||
{"precache_generic", precache_generic},
|
||||
{"precache_event", precache_event},
|
||||
{"random_float", random_float},
|
||||
{"random_num", random_num},
|
||||
{"read_argc", read_argc},
|
||||
|
Loading…
Reference in New Issue
Block a user