adapt: adapt GMLIB v0.9.8

This commit is contained in:
Tsubasa6848
2024-03-25 18:40:11 +08:00
Unverified
parent 199602e80a
commit f064f674b7
10 changed files with 75 additions and 102 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void ListenEvents() {
auto msg = ev.getDeathMessage();
auto info = tr(msg.first, msg.second);
deathLogger.info(info);
ev.setDeathMessage({info, msg.second});
ev.getDeathMessage() = {info, msg.second};
}
);
}