From f58e947b57e897ba76dbdc16ca2a2981ed7a07a5 Mon Sep 17 00:00:00 2001 From: VariableVince <24507472+VariableVince@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:10:36 +0100 Subject: [PATCH] Fix --- src/core/execution/Util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/execution/Util.ts b/src/core/execution/Util.ts index 99e4a69e4..e21af88a5 100644 --- a/src/core/execution/Util.ts +++ b/src/core/execution/Util.ts @@ -1,5 +1,5 @@ import { NukeMagnitude } from "../configuration/Config"; -import { Game, Player, UnitType } from "../game/Game"; +import { Game, Player } from "../game/Game"; import { euclDistFN, GameMap, TileRef } from "../game/GameMap"; import { GameView } from "../game/GameView";