renamed logtag to deal with stupid system
This commit is contained in:
parent
5adc7021e4
commit
94d4380f39
|
@ -4,11 +4,11 @@
|
||||||
#define __MODULECONFIG_H__
|
#define __MODULECONFIG_H__
|
||||||
|
|
||||||
// Module info
|
// Module info
|
||||||
#define MODULE_NAME "MySQL X"
|
#define MODULE_NAME "MySQL X"
|
||||||
#define MODULE_VERSION "1.00"
|
#define MODULE_VERSION "1.00"
|
||||||
#define MODULE_AUTHOR "AMX Mod X Dev Team"
|
#define MODULE_AUTHOR "AMX Mod X Dev Team"
|
||||||
#define MODULE_URL "http://www.amxmodx.org/"
|
#define MODULE_URL "http://www.amxmodx.org/"
|
||||||
#define MODULE_LOGTAG "MySQLX"
|
#define MODULE_LOGTAG "SQLX"
|
||||||
// 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user