Skip to content

Commit bc55ef3

Browse files
davisonioest31
authored andcommittedJun 23, 2015
Use actionstream instead of errorstream when failing to emerge player
1 parent 6f8bdda commit bc55ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/network/serverpackethandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ void Server::handleCommand_Init_Legacy(NetworkPacket* pkt)
576576
static_cast<RemotePlayer*>(m_env->getPlayer(playername));
577577

578578
if (player && player->peer_id != 0) {
579-
errorstream << "Server: " << playername << ": Failed to emerge player"
579+
actionstream << "Server: " << playername << ": Failed to emerge player"
580580
<< " (player allocated to an another client)" << std::endl;
581581
DenyAccess_Legacy(pkt->getPeerId(), L"Another client is connected with this "
582582
L"name. If your client closed unexpectedly, try again in "

0 commit comments

Comments
 (0)
Please sign in to comment.