forked from metin2/server
nightly #1
@ -26,7 +26,7 @@ const char * locale_find(const char *string)
|
|||||||
strlcpy(s_line + 5, string, sizeof(s_line) - 5);
|
strlcpy(s_line + 5, string, sizeof(s_line) - 5);
|
||||||
|
|
||||||
SPDLOG_ERROR("LOCALE_ERROR: \"{}\";", string);
|
SPDLOG_ERROR("LOCALE_ERROR: \"{}\";", string);
|
||||||
return string;
|
return s_line;
|
||||||
}
|
}
|
||||||
|
|
||||||
return iter->second.c_str();
|
return iter->second.c_str();
|
||||||
|
Loading…
Reference in New Issue
Block a user