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