📶 teammateModeSnapshot.ts

This commit is contained in:
nirholas
2026-03-31 10:24:31 +00:00
parent e6a69e1ce3
commit a66ddca62f

View File

@@ -85,3 +85,4 @@ export function getTeammateModeFromSnapshot(): TeammateMode {
// Fallback to 'auto' if somehow still null (shouldn't happen, but safe)
return initialTeammateMode ?? 'auto'
}