mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
fix
This commit is contained in:
@@ -499,7 +499,7 @@ void CServerHandler::setPlayer(PlayerColor color) const
|
|||||||
sendLobbyPack(lsp);
|
sendLobbyPack(lsp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CServerHandler::setPlayerName(PlayerColor color, std::string name) const
|
void CServerHandler::setPlayerName(PlayerColor color, const std::string & name) const
|
||||||
{
|
{
|
||||||
LobbySetPlayerName lspn;
|
LobbySetPlayerName lspn;
|
||||||
lspn.color = color;
|
lspn.color = color;
|
||||||
|
|||||||
Reference in New Issue
Block a user