From 916da390016168a8e7f533e0ae63151ac22d232a Mon Sep 17 00:00:00 2001 From: VariableVince <24507472+VariableVince@users.noreply.github.com> Date: Sat, 14 Feb 2026 00:40:35 +0100 Subject: [PATCH] Remove redundant change --- src/core/game/PlayerImpl.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/game/PlayerImpl.ts b/src/core/game/PlayerImpl.ts index 670fe4f75..97b7653d0 100644 --- a/src/core/game/PlayerImpl.ts +++ b/src/core/game/PlayerImpl.ts @@ -51,8 +51,6 @@ import { } from "./TransportShipUtils"; import { UnitImpl } from "./UnitImpl"; -const UNIT_TYPES = Object.freeze(Object.values(UnitType)); - interface Target { tick: Tick; target: Player;