1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add/remove/change some log messages for clarity

This commit is contained in:
sfan5 2025-04-07 20:23:13 +02:00
parent a00b9cab36
commit 9d81c02f27
11 changed files with 73 additions and 79 deletions

View file

@ -869,6 +869,8 @@ bool Client::loadMedia(const std::string &data, const std::string &filename,
const char *font_ext[] = {".ttf", ".woff", NULL};
name = removeStringEnd(filename, font_ext);
if (!name.empty()) {
verbosestream<<"Client: Loading file as font: \""
<< filename << "\"" << std::endl;
g_fontengine->setMediaFont(name, data);
return true;
}