mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Typo fix on previous @est31 commit
This commit is contained in:
parent
3a89e25fe0
commit
c6766b275f
@ -55,7 +55,7 @@ void Client::handleCommand_Hello(NetworkPacket* pkt)
|
|||||||
// Chose an auth method we support
|
// Chose an auth method we support
|
||||||
AuthMechanism chosen_auth_mechanism = choseAuthMech(auth_mechs);
|
AuthMechanism chosen_auth_mechanism = choseAuthMech(auth_mechs);
|
||||||
|
|
||||||
infostream << "Client: TOCLIENT_HELLO recieved with "
|
infostream << "Client: TOCLIENT_HELLO received with "
|
||||||
<< "serialization_ver=" << (u32)serialization_ver
|
<< "serialization_ver=" << (u32)serialization_ver
|
||||||
<< ", auth_mechs=" << auth_mechs
|
<< ", auth_mechs=" << auth_mechs
|
||||||
<< ", proto_ver=" << proto_ver
|
<< ", proto_ver=" << proto_ver
|
||||||
|
Loading…
Reference in New Issue
Block a user