We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5ec56 commit c45ac77Copy full SHA for c45ac77
ClientFiles/Resources/GameLobbyBase.ini
@@ -29,8 +29,6 @@ $CC14=lblGameModeSelect:XNALabel
29
$CC15=btnPickRandomMap:XNAClientButton
30
$CC16=tbMapSearch:XNASuggestionTextBox
31
$CC17=PlayerExtraOptionsPanel:PlayerExtraOptionsPanel
32
-$CC18=lbChatMessages:ChatListBox
33
-$CC19=tbChatInput:XNAChatTextBox
34
$CC20=panelBorderTop:XNAExtraPanel
35
$CC21=panelBorderBottom:XNAExtraPanel
36
$CC22=panelBorderLeft:XNAExtraPanel
ClientFiles/Resources/MultiplayerGameLobby.ini
@@ -19,6 +19,8 @@ TeamWidth=35 ; def=46
19
; controls
20
$CCMP00=btnLockGame:XNAClientButton
21
$CCMP01=chkAutoReady:XNAClientCheckBox
22
+$CCMP02=tbChatInput:XNAChatTextBox
23
+$CCMP03=lbChatMessages:ChatListBox
24
25
[lbMapList]
26
$Height=291
0 commit comments