mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Remove empty branch from LobbyClientConnected::applyOnLobbyScreen (#507)
It was empty ever since introduction in ac66fc7f42
[ci skip]
This commit is contained in:
parent
a3a38a6120
commit
aa28fc4794
@ -44,9 +44,6 @@ bool LobbyClientConnected::applyOnLobbyHandler(CServerHandler * handler)
|
||||
|
||||
void LobbyClientConnected::applyOnLobbyScreen(CLobbyScreen * lobby, CServerHandler * handler)
|
||||
{
|
||||
if(uuid == handler->c->uuid)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
bool LobbyClientDisconnected::applyOnLobbyHandler(CServerHandler * handler)
|
||||
|
Loading…
Reference in New Issue
Block a user