mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Update game_selector.cpp
This commit is contained in:
parent
a7ce1d6119
commit
1d55a33e3e
1 changed files with 0 additions and 1 deletions
|
|
@ -109,7 +109,6 @@ GameSelector::GameSelector(AbstractClient *_client,
|
|||
if (tabSupervisor->getUserInfo()->user_level() & ServerInfo_User::IsJudge) {
|
||||
buttonLayout->addWidget(joinAsJudgeButton);
|
||||
} else {
|
||||
qInfo() << tabSupervisor->getUserInfo()->user_level();
|
||||
joinAsJudgeButton->setHidden(true);
|
||||
}
|
||||
buttonLayout->addWidget(spectateButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue