Fixed configuration error

This commit is contained in:
David Anderson 2004-10-03 21:44:48 +00:00
parent 90baf98057
commit 9728b79c33

View File

@ -29,7 +29,7 @@
// Do native functions init here (MF_AddNatives) // Do native functions init here (MF_AddNatives)
#define FN_AMXX_ATTACH OnAmxxAttach #define FN_AMXX_ATTACH OnAmxxAttach
// AMXX dettach // AMXX dettach
#define FN_AMXX_DETTACH OnAmxxDettach #define FN_AMXX_DETACH OnAmxxDetach
// All plugins loaded // All plugins loaded
// Do forward functions init here (MF_RegisterForward) // Do forward functions init here (MF_RegisterForward)
// #define FN_AMXX_PLUGINSLOADED OnPluginsLoaded // #define FN_AMXX_PLUGINSLOADED OnPluginsLoaded