Format name in expedition invite message

Live uses the original unformatted user input in invite messages, but
this doesn't seem necessary to emulate
This commit is contained in:
hg
2020-07-12 11:21:47 -04:00
parent ce19deb5d1
commit fba078bbe9
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ private:
void SendWorldMemberSwapped(const std::string& remove_char_name, uint32_t remove_char_id,
const std::string& add_char_name, uint32_t add_char_id);
void SendWorldSettingChanged(uint16_t server_opcode, bool setting_value);
void TryAddClient(Client* add_client, const std::string& inviter_name, const std::string& orig_add_name,
void TryAddClient(Client* add_client, const std::string& inviter_name,
const std::string& swap_remove_name, Client* leader_client = nullptr);
void UpdateMemberStatus(uint32_t update_character_id, ExpeditionMemberStatus status);