X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fclientiface.h;h=f6c4294e2b335c5823082d2c096b9dddb7109dfb;hb=a953ff4dfc9f786ee379643b6b498a5699203ff1;hp=ec6ba9e9e39e370991aae68dd42defe4a93c6942;hpb=6b7fb591cb8d54bc8a43df6adb34a026720b4fe4;p=minetest.git diff --git a/src/clientiface.h b/src/clientiface.h index ec6ba9e9e..f6c4294e2 100644 --- a/src/clientiface.h +++ b/src/clientiface.h @@ -232,6 +232,7 @@ class RemoteClient /* Authentication information */ std::string enc_pwd; + bool create_player_on_auth_success; AuthMechanism chosen_mech; void * auth_data; u32 allowed_auth_mechs; @@ -246,6 +247,7 @@ class RemoteClient peer_id(PEER_ID_INEXISTENT), serialization_version(SER_FMT_VER_INVALID), net_proto_version(0), + create_player_on_auth_success(false), chosen_mech(AUTH_MECHANISM_NONE), auth_data(NULL), m_time_from_building(9999),