mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
clang-tidy: fix many warnings
This commit is contained in:
@@ -26,7 +26,7 @@ ExternalFileLevelStorageSource::ExternalFileLevelStorageSource(const std::string
|
||||
if (createFolderIfNotExists(m_worldsPath.c_str()))
|
||||
{
|
||||
std::vector<LevelSummary> vls;
|
||||
getLevelList(vls);
|
||||
ExternalFileLevelStorageSource::getLevelList(vls);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user