From 3d7987e8d8434dfa3d5cd6fec0dd71f6dec0d06c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 30 Jan 2005 05:03:46 +0000 Subject: [PATCH] Fixed is_amd_64 include (Damaged Soul) --- plugins/include/amxmodx.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index d90f9d3d..3536df25 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -675,4 +675,6 @@ native plugin_flags(); * console. */ forward plugin_modules(); -native require_module(const module[]); \ No newline at end of file +native require_module(const module[]); + +native is_amd64_server(); \ No newline at end of file