tune(mm): cap the solo wait at 25s (was 75s)
- full table of 4 humans still starts instantly at any time - at the 15s checkpoint, 2+ humans start together (bots fill empty seats) - a lone player now waits until a precise 25s deadline, then AI fills and starts - lower the client "connection stuck" hint to 40s to match the shorter wait Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -140,7 +140,7 @@ export function MatchmakingScreen() {
|
||||
{searching && (
|
||||
<>
|
||||
<div className="mt-2 text-3xl font-black gold-text tabular-nums">{elapsed}s</div>
|
||||
{elapsed >= 90 ? (
|
||||
{elapsed >= 40 ? (
|
||||
<p className="text-rose-300 text-xs mt-2 max-w-[18rem]">{t("mm.stuck")}</p>
|
||||
) : (
|
||||
<p className="text-cream/50 text-xs mt-1 max-w-[16rem]">{t("mm.fillHint")}</p>
|
||||
|
||||
Reference in New Issue
Block a user