enable exclude modders toggle by default to prevent auto-kicks
This commit is contained in:
parent
591c1072b8
commit
ee94a2e9c8
@ -26,6 +26,7 @@ namespace big
|
|||||||
if (old != g.session.spoof_host_token_type)
|
if (old != g.session.spoof_host_token_type)
|
||||||
g.session.spoof_host_token_dirty = true;
|
g.session.spoof_host_token_dirty = true;
|
||||||
g.session.kick_host_when_forcing_host = true;
|
g.session.kick_host_when_forcing_host = true;
|
||||||
|
g.session.exclude_modders_from_kick_host = true; // useful
|
||||||
|
|
||||||
constexpr std::array<std::uint32_t, 16> valid_hashes = {1410389794, 967, 1523678325, 472, 0, 0, 1323039495, 0, 0, 1731098795, 2256610353, 17956, 414639110, 307143837, 3443181821, 0};
|
constexpr std::array<std::uint32_t, 16> valid_hashes = {1410389794, 967, 1523678325, 472, 0, 0, 1323039495, 0, 0, 1731098795, 2256610353, 17956, 414639110, 307143837, 3443181821, 0};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user