From b0dd18580c3d7b69bfeda5bef328b4476c668d13 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 11 Oct 2004 17:20:19 +0000 Subject: [PATCH] fixed native prepend --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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