mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 22:41:57 +00:00
default to highlighting your own territory
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user