From: Rudolf Polzer Date: Wed, 30 Oct 2024 21:03:05 +0000 (+0100) Subject: Fix comment in powerbot. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=db1f86fe383a2b39f8ed1ba9eaf3f7093b2000d5;p=xonotic%2Fxonotic.git Fix comment in powerbot. --- diff --git a/misc/infrastructure/powerbot/powerlevels.go b/misc/infrastructure/powerbot/powerlevels.go index 42a33c1e..5f904b4d 100644 --- a/misc/infrastructure/powerbot/powerlevels.go +++ b/misc/infrastructure/powerbot/powerlevels.go @@ -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.