mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-18 20:40:18 -07:00
...
This commit is contained in:
parent
06041578a8
commit
453694e4bf
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ public final class WorldPacketRepository {
|
||||||
}
|
}
|
||||||
ClanRepository clan = ClanRepository.get(server, clanName);
|
ClanRepository clan = ClanRepository.get(server, clanName);
|
||||||
if (clan == null) {
|
if (clan == null) {
|
||||||
sendPlayerMessage(player, "The channel you tried to join does not exist. Try joining the main clan named 'Keldagrim'.:clan:");
|
sendPlayerMessage(player, "The channel you tried to join does not exist (" + clanName + ").<br/>Try joining the main clan named 'Sparr0w'.:clan:");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
clan.enter(player);
|
clan.enter(player);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue