Forgot to actually register LookupLangKey :o
This commit is contained in:
parent
599029b68e
commit
76158b031d
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user