Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
appgurueu committed Jan 10, 2025
1 parent f775a2f commit 02fd21d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/client/fontengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ gui::IGUIFont *FontEngine::initFont(const FontSpec &spec)
face->drop();
return font;
}


errorstream << "FontEngine: Cannot load '" << font_path <<
"'. Trying to fall back to another path." << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion src/unittest/test_servermodmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void TestServerModManager::testGetMods()
ServerModManager sm(m_worlddir);
const auto &mods = sm.getMods();
// `ls ./games/devtest/mods | wc -l` + 1 (test mod)
UASSERTEQ(std::size_t, mods.size(), 35 + 1);
UASSERTEQ(std::size_t, mods.size(), 34 + 1);

// Ensure we found basenodes mod (part of devtest)
// and test_mod (for testing MINETEST_MOD_PATH).
Expand Down

0 comments on commit 02fd21d

Please sign in to comment.