forked from metin2/server
1
0
Fork 0

revert local testing of string localization

This commit is contained in:
Tr0n 2024-04-09 17:10:38 +02:00
parent e0701ed5bd
commit 2c37b2009d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const char * locale_find(const char *string)
strlcpy(s_line + 5, string, sizeof(s_line) - 5);
SPDLOG_ERROR("LOCALE_ERROR: \"{}\";", string);
return string;
return s_line;
}
return iter->second.c_str();