mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
fix
This commit is contained in:
parent
50de655261
commit
87933ba82d
4 changed files with 5 additions and 2 deletions
|
|
@ -57,6 +57,7 @@ void TabSupervisor::start(AbstractClient *_client, ServerInfo_User *userInfo)
|
|||
{
|
||||
client = _client;
|
||||
userName = userInfo->getName();
|
||||
userLevel = userInfo->getUserLevel();
|
||||
|
||||
connect(client, SIGNAL(roomEventReceived(RoomEvent *)), this, SLOT(processRoomEvent(RoomEvent *)));
|
||||
connect(client, SIGNAL(gameEventContainerReceived(GameEventContainer *)), this, SLOT(processGameEventContainer(GameEventContainer *)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue