mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-19 11:15:18 +02:00
Delete clang-format files and comments (#14079)
This commit is contained in:
@@ -49,7 +49,6 @@ ServerModManager::ServerModManager(const std::string &worldpath):
|
||||
configuration.checkConflictsAndDeps();
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
// This function cannot be currenctly easily tested but it should be ASAP
|
||||
void ServerModManager::loadMods(ServerScripting *script)
|
||||
{
|
||||
@@ -75,7 +74,6 @@ void ServerModManager::loadMods(ServerScripting *script)
|
||||
script->on_mods_loaded();
|
||||
}
|
||||
|
||||
// clang-format on
|
||||
const ModSpec *ServerModManager::getModSpec(const std::string &modname) const
|
||||
{
|
||||
for (const auto &mod : configuration.getMods()) {
|
||||
|
Reference in New Issue
Block a user