We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8bdda commit bc55ef3Copy full SHA for bc55ef3
src/network/serverpackethandler.cpp
@@ -576,7 +576,7 @@ void Server::handleCommand_Init_Legacy(NetworkPacket* pkt)
576
static_cast<RemotePlayer*>(m_env->getPlayer(playername));
577
578
if (player && player->peer_id != 0) {
579
- errorstream << "Server: " << playername << ": Failed to emerge player"
+ actionstream << "Server: " << playername << ": Failed to emerge player"
580
<< " (player allocated to an another client)" << std::endl;
581
DenyAccess_Legacy(pkt->getPeerId(), L"Another client is connected with this "
582
L"name. If your client closed unexpectedly, try again in "
0 commit comments