Forgot to actually register LookupLangKey :o
This commit is contained in:
parent
599029b68e
commit
76158b031d
@ -37,6 +37,7 @@
|
|||||||
#include "libraries.h"
|
#include "libraries.h"
|
||||||
#include "CFlagManager.h"
|
#include "CFlagManager.h"
|
||||||
#include "nongpl_matches.h"
|
#include "nongpl_matches.h"
|
||||||
|
#include "format.h"
|
||||||
#include "svn_version.h"
|
#include "svn_version.h"
|
||||||
|
|
||||||
extern CFlagManager FlagMan;
|
extern CFlagManager FlagMan;
|
||||||
@ -4750,6 +4751,7 @@ AMX_NATIVE_INFO amxmodx_Natives[] =
|
|||||||
{"ExecuteForward", ExecuteForward},
|
{"ExecuteForward", ExecuteForward},
|
||||||
{"GetLangTransKey", GetLangTransKey},
|
{"GetLangTransKey", GetLangTransKey},
|
||||||
{"LibraryExists", LibraryExists},
|
{"LibraryExists", LibraryExists},
|
||||||
|
{"LookupLangKey", LookupLangKey},
|
||||||
{"PrepareArray", PrepareArray},
|
{"PrepareArray", PrepareArray},
|
||||||
{"ShowSyncHudMsg", ShowSyncHudMsg},
|
{"ShowSyncHudMsg", ShowSyncHudMsg},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
|
Loading…
Reference in New Issue
Block a user