]> de.git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Fix comment in powerbot. master
authorRudolf Polzer <divVerent@gmail.com>
Wed, 30 Oct 2024 21:03:05 +0000 (22:03 +0100)
committerRudolf Polzer <divVerent@gmail.com>
Wed, 30 Oct 2024 21:03:05 +0000 (22:03 +0100)
misc/infrastructure/powerbot/powerlevels.go

index 42a33c1ed7a21c6e61971513477b9261e69ee8f3..5f904b4dcb6ea71443540cefe4a9e9b58146bd72 100644 (file)
@@ -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.