diff --git a/src/game/scenes/CampScene.ts b/src/game/scenes/CampScene.ts index 27e6b33..a8cf013 100644 --- a/src/game/scenes/CampScene.ts +++ b/src/game/scenes/CampScene.ts @@ -13396,7 +13396,6 @@ export class CampScene extends Phaser.Scene { this.sortiePlanFeedback = this.recommendedSortieFeedback(nextSelectedIds, nextAssignments); this.persistSortieSelection(); soundDirector.playSelect(); - this.showCampNotice(`추천 편성 적용: ${nextSelectedIds.map((id) => this.unitName(id)).join(', ')}`); this.showSortiePrep(); }