Skip to content

Commit c45ac77

Browse files
authored
Remove chat components from skirmish lobby (#40)
* Remove tbChatInput from skirmish lobby * And remove lbChatMessages as well
1 parent 0d5ec56 commit c45ac77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClientFiles/Resources/GameLobbyBase.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ $CC14=lblGameModeSelect:XNALabel
2929
$CC15=btnPickRandomMap:XNAClientButton
3030
$CC16=tbMapSearch:XNASuggestionTextBox
3131
$CC17=PlayerExtraOptionsPanel:PlayerExtraOptionsPanel
32-
$CC18=lbChatMessages:ChatListBox
33-
$CC19=tbChatInput:XNAChatTextBox
3432
$CC20=panelBorderTop:XNAExtraPanel
3533
$CC21=panelBorderBottom:XNAExtraPanel
3634
$CC22=panelBorderLeft:XNAExtraPanel

ClientFiles/Resources/MultiplayerGameLobby.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ TeamWidth=35 ; def=46
1919
; controls
2020
$CCMP00=btnLockGame:XNAClientButton
2121
$CCMP01=chkAutoReady:XNAClientCheckBox
22+
$CCMP02=tbChatInput:XNAChatTextBox
23+
$CCMP03=lbChatMessages:ChatListBox
2224

2325
[lbMapList]
2426
$Height=291

0 commit comments

Comments
 (0)