remove irc settings option from internet games config
This commit is contained in:
@@ -102,7 +102,7 @@ gameLobbyDialogImpl::gameLobbyDialogImpl(startWindowImpl *parent, ConfigFile *c)
|
||||
|
||||
void gameLobbyDialogImpl::exec()
|
||||
{
|
||||
if(myConfig->readConfigInt("UseIRCLobbyChat")) {
|
||||
if(myConfig->readConfigInt("UseLobbyChat")) {
|
||||
groupBox_lobbyChat->show();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user