mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 18:49:21 +02:00
party share text to type !share when inviting people
This commit is contained in:
parent
536fa16cec
commit
0c1ea233bc
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user