Fixed typo in class menu logic.

This commit is contained in:
Richard Helgeby 2010-07-04 03:56:42 +02:00
parent f355ee94fc
commit 4b693385fc
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ ClassMenuMain(client)
// Get number of enabled classes per team.
new zombiecount = ClassCountTeam(ZR_CLASS_TEAM_ZOMBIES, filter);
new humancount = ClassCountTeam(ZR_CLASS_TEAM_ZOMBIES, filter);
new humancount = ClassCountTeam(ZR_CLASS_TEAM_HUMANS, filter);
new admincount = ClassCountTeam(ZR_CLASS_TEAM_ADMINS, filter);
// Get next class indexes, if set.