mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-15 06:54:54 +02:00
party share text to type !share when inviting people
This commit is contained in:
@@ -270,7 +270,7 @@ bool Party::invitePlayer(Player& player)
|
|||||||
ss << player.getName() << " has been invited.";
|
ss << player.getName() << " has been invited.";
|
||||||
|
|
||||||
if (memberList.empty() && inviteList.empty()) {
|
if (memberList.empty() && inviteList.empty()) {
|
||||||
ss << " Open the party channel to communicate with your members.";
|
ss << " Open the party channel to communicate with your members. Type !share to enable/disable party experience share.";
|
||||||
g_game.updatePlayerShield(leader);
|
g_game.updatePlayerShield(leader);
|
||||||
leader->sendCreatureSkull(leader);
|
leader->sendCreatureSkull(leader);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user