fix: code rabit suggestions

This commit is contained in:
Rj Manhas
2025-11-10 16:27:48 -07:00
parent a3f73f828f
commit 20975185de
2 changed files with 14 additions and 3 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
import { renderTroops } from "../../client/Utils";
import {
Execution,
Game,
@@ -145,7 +144,7 @@ export class TransportShipExecution implements Execution {
mg.displayIncomingUnit(
this.boat.id(),
// TODO TranslateText
`Boat: ${renderTroops(this.boat.troops())} ${this.attacker.displayName()}`,
`Boat: ${this.boat.troops()} ${this.attacker.displayName()}`,
MessageType.NAVAL_INVASION_INBOUND,
this.targetID,
);