From 013a19885fb9f47946e2caa340f553b7b3727c30 Mon Sep 17 00:00:00 2001 From: Matt <33199242+Matt-Swift@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:07:20 +0100 Subject: [PATCH] Update Tournament Explainer Explains which 4-player battle table to use more clearly --- src/ReceiveCommands.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ReceiveCommands.cc b/src/ReceiveCommands.cc index 011111d8..511272c1 100644 --- a/src/ReceiveCommands.cc +++ b/src/ReceiveCommands.cc @@ -2095,9 +2095,9 @@ static void on_10(shared_ptr s, shared_ptr c, string message = string_printf("$C7You are registered in $C6%s$C7.\n\ \n\ After registration ends, start your matches by\n\ -standing at the rightmost 4-player Battle Table\n\ -in the lobby along with your partner (if any) and\n\ -opponent(s).", +standing at the 4-player Battle Table near the\n\ +lobby warp in the lobby along with your partner\n\ +(if any) and opponent(s).", tourn->get_name().c_str()); send_ep3_timed_message_box(c->channel, 240, message.c_str());