fix center button attack

This commit is contained in:
evanpelle
2025-02-01 12:05:11 -08:00
committed by Evan
parent 2af3c2a115
commit 545fc3c28e
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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))
}