FN_AMXX_DETTACH removed

This commit is contained in:
Lukasz Wlasinksi
2004-07-01 17:24:21 +00:00
parent 3c99a32272
commit b5e960ed3b
2 changed files with 2 additions and 2 deletions

View File

@ -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_DETTACH OnAmxxDettach
// All plugins loaded
// Do forward functions init here (MF_RegisterForward)
//#define FN_AMXX_PLUGINSLOADED OnPluginsLoaded