瀏覽代碼

Remove empty branch from LobbyClientConnected::applyOnLobbyScreen (#507)

It was empty ever since introduction in ac66fc7f42f50ad961cf8a0656be0d9b5415180d

[ci skip]
Michał Janiszewski 7 年之前
父節點
當前提交
aa28fc4794
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      client/NetPacksLobbyClient.cpp

+ 0 - 3
client/NetPacksLobbyClient.cpp

@@ -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)