mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fixed typo: Dettach --> Detach
This commit is contained in:
parent
c3d50a293d
commit
5c3ce78c58
@ -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 detach
|
// AMXX detach
|
||||||
//#define FN_AMXX_DETACH 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
|
||||||
@ -49,7 +49,7 @@
|
|||||||
// Meta attach
|
// Meta attach
|
||||||
//#define FN_META_ATTACH OnMetaAttach
|
//#define FN_META_ATTACH OnMetaAttach
|
||||||
// Meta detach
|
// Meta detach
|
||||||
//#define FN_META_DETACH OnMetaDettach
|
//#define FN_META_DETACH OnMetaDetach
|
||||||
|
|
||||||
// (wd) are Will Day's notes
|
// (wd) are Will Day's notes
|
||||||
// - GetEntityAPI2 functions
|
// - GetEntityAPI2 functions
|
||||||
|
Loading…
Reference in New Issue
Block a user