From 76158b031db8e65d6551d89b78bb54361b23d0e8 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Fri, 20 Apr 2007 03:02:41 +0000 Subject: [PATCH] Forgot to actually register LookupLangKey :o --- amxmodx/amxmodx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/amxmodx/amxmodx.cpp b/amxmodx/amxmodx.cpp index aa7bafdd..941a5724 100755 --- a/amxmodx/amxmodx.cpp +++ b/amxmodx/amxmodx.cpp @@ -37,6 +37,7 @@ #include "libraries.h" #include "CFlagManager.h" #include "nongpl_matches.h" +#include "format.h" #include "svn_version.h" extern CFlagManager FlagMan; @@ -4750,6 +4751,7 @@ AMX_NATIVE_INFO amxmodx_Natives[] = {"ExecuteForward", ExecuteForward}, {"GetLangTransKey", GetLangTransKey}, {"LibraryExists", LibraryExists}, + {"LookupLangKey", LookupLangKey}, {"PrepareArray", PrepareArray}, {"ShowSyncHudMsg", ShowSyncHudMsg}, {NULL, NULL}