mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8776] proper arena rating calculation
the elo-formula has K=48 for rating<1000 an K=32 for rating>1000 also set the rating of new members to 0 if they join a team with rating <1000
This commit is contained in:
parent
c50df41b3c
commit
63951591fd
2 changed files with 19 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8775"
|
||||
#define REVISION_NR "8776"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue