Recoded damage module, moved around translations, removed old one, removed old classmenu code, moved BalanceTeams to roundend.inc

This commit is contained in:
Greyscale
2009-04-19 19:54:21 +02:00
parent ed66030245
commit 858cfe4079
14 changed files with 459 additions and 411 deletions

View File

@ -101,7 +101,7 @@ WeaponsValidateConfig()
* Client is joining the server.
*
* @param client The client index.
*/
*/
WeaponsClientInit(client)
{
// Forward event to sub-module.
@ -112,7 +112,7 @@ WeaponsClientInit(client)
* Client is leaving the server.
*
* @param client The client index.
*/
*/
WeaponsOnClientDisconnect(client)
{
// Forward event to sub-module.