diff --git a/Templates/BaseGame/game/data/UI/scripts/utility.tscript b/Templates/BaseGame/game/data/UI/scripts/utility.tscript index 86ca46604..c7648c5b2 100644 --- a/Templates/BaseGame/game/data/UI/scripts/utility.tscript +++ b/Templates/BaseGame/game/data/UI/scripts/utility.tscript @@ -115,8 +115,7 @@ function getButtonBitmap(%device, %button) { if(%button $= "lshift" || %button $= "rshift") %button = "shift"; - - if(%button $= "lcontrol" || %button $= "rcontrol") + else if(%button $= "lcontrol" || %button $= "rcontrol") %button = "ctrl"; %assetId = "UI:Keyboard_Black_" @ %button @ "_image";