From 2fe83c4da76284c23d54eeedd2a3425883aaf418 Mon Sep 17 00:00:00 2001 From: BlackDog86 <122568778+BlackDog86@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:34:32 +0100 Subject: [PATCH] no message --- .../Src/XComGame/Classes/UIArmory_Promotion.uc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/X2WOTCCommunityHighlander/Src/XComGame/Classes/UIArmory_Promotion.uc b/X2WOTCCommunityHighlander/Src/XComGame/Classes/UIArmory_Promotion.uc index 5f40e814c..533381453 100644 --- a/X2WOTCCommunityHighlander/Src/XComGame/Classes/UIArmory_Promotion.uc +++ b/X2WOTCCommunityHighlander/Src/XComGame/Classes/UIArmory_Promotion.uc @@ -774,7 +774,8 @@ simulated function bool OnUnrealCommand(int cmd, int arg) { // DEBUG: Press Tab to rank up the soldier `if (`notdefined(FINAL_RELEASE)) - case class'UIUtilities_Input'.const.FXS_KEY_TAB: + // Single line for Issue #578 - Change key from TAB to F11. Prevents custom CHL builds from promoting soldiers on TAB Keypress + case class'UIUtilities_Input'.const.FXS_KEY_F11: History = `XCOMHISTORY; ChangeContainer = class'XComGameStateContext_ChangeContainer'.static.CreateEmptyChangeContainer("DEBUG Unit Rank Up"); UpdateState = History.CreateNewGameState(true, ChangeContainer);