[6837] Fixed typo in ArenaTeam::AddMember that sometimes prevented joining teams.

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
killdozer 2008-11-18 18:02:53 +01:00 committed by hunuza
parent ac00eee418
commit 8032d6d5a4
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6836"
#define REVISION_NR "6837"
#endif // __REVISION_NR_H__