mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
Remove dead AI client focus province state (#8698)
This commit is contained in:
@@ -25,8 +25,7 @@ case class AIClientWithSelectedCommand(
|
||||
|
||||
case class AIClient(
|
||||
gameId: GameId,
|
||||
factionId: FactionId,
|
||||
focusProvinceId: Option[ProvinceId] = None
|
||||
factionId: FactionId
|
||||
) {
|
||||
val logger = new AIClientLogger(gameId = gameId, factionId = factionId)
|
||||
|
||||
@@ -105,8 +104,7 @@ case class AIClient(
|
||||
AIClientWithSelectedCommand(
|
||||
AIClient(
|
||||
gameId = gameState.gameId,
|
||||
factionId = this.factionId,
|
||||
focusProvinceId = focusProvinceId
|
||||
factionId = this.factionId
|
||||
),
|
||||
Some(cs),
|
||||
availableCommands
|
||||
|
||||
Reference in New Issue
Block a user