From 9728b79c33335a147c5416e122de6a39e223466b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 3 Oct 2004 21:44:48 +0000 Subject: [PATCH] Fixed configuration error --- dlls/geoip/moduleconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/geoip/moduleconfig.h b/dlls/geoip/moduleconfig.h index 8427b667..f213a0c4 100755 --- a/dlls/geoip/moduleconfig.h +++ b/dlls/geoip/moduleconfig.h @@ -29,7 +29,7 @@ // Do native functions init here (MF_AddNatives) #define FN_AMXX_ATTACH OnAmxxAttach // AMXX dettach -#define FN_AMXX_DETTACH OnAmxxDettach +#define FN_AMXX_DETACH OnAmxxDetach // All plugins loaded // Do forward functions init here (MF_RegisterForward) // #define FN_AMXX_PLUGINSLOADED OnPluginsLoaded