From 0c1ea233bcfb3b70a398a1a5f12116b95f442a78 Mon Sep 17 00:00:00 2001 From: ErikasKontenis Date: Sun, 19 Jan 2020 19:46:21 +0200 Subject: [PATCH] party share text to type !share when inviting people --- src/party.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/party.cpp b/src/party.cpp index e0d80a4..a7a9d8c 100644 --- a/src/party.cpp +++ b/src/party.cpp @@ -270,7 +270,7 @@ bool Party::invitePlayer(Player& player) ss << player.getName() << " has been invited."; 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); leader->sendCreatureSkull(leader); }