diff --git a/src/core/execution/PlayerExecution.ts b/src/core/execution/PlayerExecution.ts index d62497591..196c23e01 100644 --- a/src/core/execution/PlayerExecution.ts +++ b/src/core/execution/PlayerExecution.ts @@ -3,8 +3,6 @@ import {Config} from "../configuration/Config" import {Execution, MutableGame, MutablePlayer, PlayerID, Tile} from "../Game" import {bfs, calculateBoundingBox, getMode, inscribed, simpleHash} from "../Util" import {GameImpl} from "../GameImpl" -import {gr} from "../../client/ClientGame" -import {AttackExecution} from "./AttackExecution" export class PlayerExecution implements Execution {