From 42b351127d1aea17ce932c438dd0b473f0324cd2 Mon Sep 17 00:00:00 2001 From: voed Date: Tue, 10 Jul 2018 12:50:31 +0300 Subject: [PATCH] Fix for precache_event (#490) --- amxmodx/amxmodx.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amxmodx/amxmodx.cpp b/amxmodx/amxmodx.cpp index bfd7ee5e..ee0eac70 100755 --- a/amxmodx/amxmodx.cpp +++ b/amxmodx/amxmodx.cpp @@ -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},