mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-29 07:23:52 +00:00
Testing
This commit is contained in:
parent
a9ad681a35
commit
d9e6665bd3
@ -177,7 +177,7 @@ void WorldContentService::ReloadContentFlags()
|
||||
set_content_flags.push_back(f);
|
||||
|
||||
LogInfo(
|
||||
"Loaded content flag [{}] [{}]",
|
||||
"Loaded content flag [flag|{}] [status|{}]",
|
||||
f.flag_name,
|
||||
(f.enabled ? "enabled" : "disabled")
|
||||
);
|
||||
|
||||
@ -255,7 +255,7 @@ void EQEmuLogSys::ProcessConsoleMessage(
|
||||
<< " | ";
|
||||
}
|
||||
|
||||
std::unordered_map<std::string, std::string> key_value_map = {};
|
||||
std::map<std::string, std::string> key_value_map = {};
|
||||
std::string msg = message;
|
||||
if (Strings::Contains(msg, "[") && Strings::Contains(msg, "]") && Strings::Contains(msg, "|")) {
|
||||
for (auto &e: Strings::Split(msg, "[")) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user