fix Ep3 NTE tournament menu bugs

This commit is contained in:
Martin Michelsen
2024-02-11 12:17:48 -08:00
parent f548fc04e2
commit 07ebafa8c6
3 changed files with 33 additions and 10 deletions
+3 -1
View File
@@ -1754,7 +1754,9 @@ static void on_E2_Ep3(shared_ptr<Client> c, uint16_t, uint32_t flag, string&) {
c->ep3_tournament_team.reset();
}
}
send_ep3_confirm_tournament_entry(c, nullptr);
if (c->version() != Version::GC_EP3_NTE) {
send_ep3_confirm_tournament_entry(c, nullptr);
}
break;
}
case 0x03: // Create tournament spectator team (get battle list)