mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-03 01:47:46 +00:00
Fix comment in powerbot.
This commit is contained in:
parent
6c2c7e55ea
commit
db1f86fe38
@ -19,7 +19,7 @@ const (
|
||||
// 15 minutes idling = PL 1.
|
||||
minPowerScore = 15 * 60 * idleScore
|
||||
minPowerLevel = 1
|
||||
// 1 year fulltime active dev = PL 10.
|
||||
// 1 year fulltime active dev = PL 9.
|
||||
maxPowerScore = 3600 * (365*24*idleScore + 8*261*(activeScore-idleScore))
|
||||
maxPowerLevel = 9
|
||||
// Do not touch users outside this range.
|
||||
|
Loading…
Reference in New Issue
Block a user