fixed lib class

This commit is contained in:
Borja Ferrer 2006-05-10 12:29:37 +00:00
parent 8e3a5e6d58
commit 4e1123730c

View File

@ -10,7 +10,7 @@
#define MODULE_URL "http://www.amxmodx.org/" #define MODULE_URL "http://www.amxmodx.org/"
#define MODULE_LOGTAG "TSX" #define MODULE_LOGTAG "TSX"
#define MODULE_LIBRARY "tsx" #define MODULE_LIBRARY "tsx"
#define MODULE_LIBCLASS "XSTATS" #define MODULE_LIBCLASS "xstats"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line // If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE #define MODULE_RELOAD_ON_MAPCHANGE