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