Skip to content

Commit

Permalink
chore: minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Sep 13, 2024
1 parent fa47373 commit 4c8d6a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/solo3v3_sc.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,9 @@ 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;
}

handler->PSendSysMessage("Join again arena 3v3soloQ rated!");
}
else
{
Expand Down

0 comments on commit 4c8d6a5

Please sign in to comment.