linxu pls?

This commit is contained in:
aMannus
2025-07-04 15:05:13 +02:00
parent 524a26f759
commit 5ebc20c0a6

View File

@@ -219,7 +219,7 @@ bool ArchipelagoClient::StartClient() {
if (deathLink && data["data"]["source"] != apClient->get_slot()) {
if (GameInteractor::IsSaveLoaded()) {
gSaveContext.health = 0;
std::string prefixText = data["data"]["source"] + "died.";
std::string prefixText = std::string(data["data"]["source"]) + "died.";
Notification::Emit({ .prefix = prefixText, .message = "Cause:", .suffix = data["data"]["cause"] });
std::string deathLinkMessage = "[LOG] Received death link from " + std::string(data["data"]["source"]) +
". Cause: " + std::string(data["data"]["cause"]);