default to highlighting your own territory

This commit is contained in:
Evan
2025-04-06 15:21:45 -07:00
parent add27fd5d9
commit ec895af600
+1 -1
View File
@@ -551,7 +551,7 @@ export class GameView implements GameMap {
focusedPlayer(): PlayerView | null { focusedPlayer(): PlayerView | null {
// TODO: renable when performance issues are fixed. // TODO: renable when performance issues are fixed.
return null; return this.myPlayer();
if (userSettings.focusLocked()) return this.myPlayer(); if (userSettings.focusLocked()) return this.myPlayer();
return this._focusedPlayer; return this._focusedPlayer;
} }