From 6aacffc27d3b3e666d44f88683a23a829bd84107 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Fri, 30 Aug 2024 19:42:08 -0700 Subject: [PATCH] fix compiler error --- src/core/execution/PlayerExecution.ts | 2 -- 1 file changed, 2 deletions(-) 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 {