We have in client.cpp (8061):
if (to_client) {
to_client->GetPlayer()->AddMail(mail);
to_client->SimpleMessage(CHANNEL_NARRATIVE, "You've got mail! :)");
}
mail notification is currently hardcoded and incorrect.
Per this picture: https://cdn.discordapp.com/attachments/541067077226856488/986998070392782868/unknown.png
We have in client.cpp (8061):
if (to_client) {
to_client->GetPlayer()->AddMail(mail);
to_client->SimpleMessage(CHANNEL_NARRATIVE, "You've got mail! :)");
}
mail notification is currently hardcoded and incorrect.
Per this picture: https://cdn.discordapp.com/attachments/541067077226856488/986998070392782868/unknown.png
We have in client.cpp (8061): if (to_client) { to_client->GetPlayer()->AddMail(mail); to_client->SimpleMessage(CHANNEL_NARRATIVE, "You've got mail! :)"); }