Skip to content

Commit

Permalink
chore: send message after creating arena team 3v3soloQ via command
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Sep 13, 2024
1 parent 5f2c568 commit fa47373
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/solo3v3_sc.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@ class CommandJoinSolo : public CommandScript
{
// create solo3v3 team if player doesn't have it
if (!SoloCommand.CreateArenateam(player, nullptr))
{
ChatHandler(player->GetSession()).PSendSysMessage("Join arena 3v3soloQ again!");
return false;
}
}
else
{
Expand Down

0 comments on commit fa47373

Please sign in to comment.