Merge pull request #842 from diamante0018/develop
[Maps]: Make local var const
This commit is contained in:
commit
84e8fa2370
@ -619,8 +619,8 @@ namespace Components
|
||||
{
|
||||
if (entry.is_directory())
|
||||
{
|
||||
auto zoneName = entry.path().filename().string();
|
||||
auto mapPath = std::format("{}\\{}.ff", entry.path().string(), zoneName);
|
||||
const auto zoneName = entry.path().filename().string();
|
||||
const auto mapPath = std::format("{}\\{}.ff", entry.path().string(), zoneName);
|
||||
if (Utils::IO::FileExists(mapPath))
|
||||
{
|
||||
FoundCustomMaps.push_back(zoneName);
|
||||
|
Loading…
Reference in New Issue
Block a user