ignore client rules in tournament matches

This commit is contained in:
Martin Michelsen
2023-09-23 09:11:22 -07:00
parent 14973f7453
commit 85897baaeb
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -1275,7 +1275,7 @@ static void on_CA_Ep3(shared_ptr<Client> c, uint16_t, uint32_t, const string& da
s->ep3_map_index,
s->ep3_behavior_flags,
l->random_crypt,
tourn ? tourn->get_map() : nullptr);
tourn);
l->ep3_server->init();
if (s->ep3_behavior_flags & Episode3::BehaviorFlag::ENABLE_STATUS_MESSAGES) {