mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 01:03:46 +01:00
Remove errorstream logging on password change
This seems to be a debug message which has been forgotten to be removed.
This commit is contained in:
parent
470de10de3
commit
1cb404522f
@ -1223,7 +1223,6 @@ void Server::handleCommand_Breath(NetworkPacket* pkt)
|
||||
|
||||
void Server::handleCommand_Password(NetworkPacket* pkt)
|
||||
{
|
||||
errorstream << "PAssword packet size: " << pkt->getSize() << " size required: " << PASSWORD_SIZE * 2 << std::endl;
|
||||
if ((pkt->getCommand() == TOSERVER_PASSWORD && pkt->getSize() < 4) ||
|
||||
pkt->getSize() != PASSWORD_SIZE * 2)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user