mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-14 10:29:20 +00:00
fix center button attack
This commit is contained in:
@@ -260,10 +260,6 @@ export class GameView implements GameMap {
|
||||
return Array.from(this._players.values())
|
||||
}
|
||||
|
||||
players(): Player[] {
|
||||
return []
|
||||
}
|
||||
|
||||
owner(tile: TileRef): PlayerView | TerraNullius {
|
||||
return this.playerBySmallID(this.ownerID(tile))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user