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

@ -505,7 +505,7 @@ InfectClient(client, attacker = -1, bool:motherinfect = false)
}
// Force client to drop weapon.
WeaponForceClientDrop(client, weapons[x]);
WeaponsForceClientDrop(client, weapons[x]);
}
else
{