diff options
-rw-r--r-- | public/docs/tips.html | 2 | ||||
-rw-r--r-- | server.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/docs/tips.html b/public/docs/tips.html index 5a2b25a..4fb7248 100644 --- a/public/docs/tips.html +++ b/public/docs/tips.html @@ -104,7 +104,7 @@ Live / Blitz (7+ moves per day) <dt> Fast (3+ moves per day) <dd> -48h +12h/move up to 120h +72h +12h/move up to 120h <dd> <dt> @@ -2620,7 +2620,7 @@ const SQL_UPDATE_PLAYERS_INIT_TIME = SQL(` set clock = ( case (select pace from games where games.game_id = players.game_id) when 1 then 1 - when 2 then 2 + when 2 then 3 when 3 then 3 else 14 end |