summaryrefslogtreecommitdiff
path: root/server.js
diff options
context:
space:
mode:
Diffstat (limited to 'server.js')
-rw-r--r--server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.js b/server.js
index 37b8f75..21a6daa 100644
--- a/server.js
+++ b/server.js
@@ -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