diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 20b36493..cd5b8c8e 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -656,4 +656,4 @@ forward plugin_modules(); native require_module(const module[]); -lang_phrase(lang_mode, const phrase[], buffer[], maxLen); \ No newline at end of file +native lang_phrase(lang_mode, const phrase[], buffer[], maxLen); \ No newline at end of file