X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fclientiface.h;fp=src%2Fclientiface.h;h=a7cbc01071d56aac0244e5a21488698d2db3ca37;hb=6bab695479d42ac2b051b8a35639c32b22efbf8d;hp=f7d628059e133b1ff8145bda1f7b9b0f59ac3859;hpb=9f3a5859378ac01648ca0caf01b04ad57c871baa;p=dragonfireclient.git diff --git a/src/clientiface.h b/src/clientiface.h index f7d628059..a7cbc0107 100644 --- a/src/clientiface.h +++ b/src/clientiface.h @@ -246,7 +246,7 @@ class RemoteClient bool isMechAllowed(AuthMechanism mech) { return allowed_auth_mechs & mech; } - RemoteClient() = default; + RemoteClient(); ~RemoteClient() = default; /* @@ -354,6 +354,13 @@ class RemoteClient v3s16 m_last_center; float m_nearest_unsent_reset_timer = 0.0f; + const u16 m_max_simul_sends; + const float m_min_time_from_building; + const s16 m_max_send_distance; + const s16 m_block_optimize_distance; + const s16 m_max_gen_distance; + const bool m_occ_cull; + /* Blocks that are currently on the line. This is used for throttling the sending of blocks.