Fixed typo in playerclasses.inc with logging defines, add updated weaponalpha module to track weapon alphas.

This commit is contained in:
Greyscale
2009-05-12 03:12:05 +02:00
parent 67ec1f8433
commit 14c5acf0bf
7 changed files with 187 additions and 56 deletions

View File

@ -323,7 +323,7 @@ new ClassPlayerNextAdminClass[MAXPLAYERS + 1];
ClassLoad()
{
// Initialize log boolean.
new bool:enablelog = LogCheckFlag(LOG_CORE_EVENTS, LOG_MODULE_WEAPONS);
new bool:enablelog = LogCheckFlag(LOG_CORE_EVENTS, LOG_MODULE_CLASSES);
// Make sure kvClassData is ready to use.
if (kvClassData != INVALID_HANDLE)