mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-27 15:25:36 +03:00
Fix for precache_event (#490)
This commit is contained in:
parent
2559fcf00a
commit
42b351127d
@ -4700,6 +4700,7 @@ AMX_NATIVE_INFO amxmodx_Natives[] =
|
||||
{"precache_model", precache_model},
|
||||
{"precache_sound", precache_sound},
|
||||
{"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