removed <xmod> compatibility from csstats as requested by SniperBeamer

This commit is contained in:
Lukasz Wlasinksi
2004-08-05 11:56:33 +00:00
parent d692d8a4fb
commit 3bedaa95e4
9 changed files with 7 additions and 364 deletions

View File

@ -32,7 +32,7 @@
#define FN_AMXX_DETACH OnAmxxDetach
// All plugins loaded
// Do forward functions init here (MF_RegisterForward)
#define FN_AMXX_PLUGINSLOADED OnPluginsLoaded
// #define FN_AMXX_PLUGINSLOADED OnPluginsLoaded
/**** METAMOD ****/
// If your module doesn't use metamod, you may close the file now :)
@ -456,7 +456,6 @@
// #define FN_GameShutdown_Post GameShutdown_Post
// #define FN_ShouldCollide_Post ShouldCollide_Post
#endif // USE_METAMOD
#endif // __MODULECONFIG_H__