2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-06-22 18:49:34 +03:00

Fix a compilation regression in LookupLangKey (introduced with ) ()

This commit is contained in:
Vincent Herbet 2018-07-24 10:37:56 +02:00 committed by GitHub
parent 7062d210a7
commit 57abc4a1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,7 +103,7 @@ native AddTranslation(const lang[3], TransKey:key, const phrase[]);
* *
* @return 1 on success, 0 otherwise * @return 1 on success, 0 otherwise
*/ */
native LookupLangKey(Output[], OutputSize, const Key[], &id); native LookupLangKey(Output[], OutputSize, const Key[], const &id);
/** /**
* Sets the global language target. * Sets the global language target.