Переименовывание в LuaVox

This commit is contained in:
2025-02-05 09:54:09 +06:00
parent fbf0727d18
commit cef88fc199
29 changed files with 52 additions and 42 deletions

View File

@@ -12,7 +12,7 @@
#include <fstream>
#include <string>
namespace AL::Server::SaveBackends {
namespace LV::Server::SaveBackends {
namespace fs = std::filesystem;
namespace js = boost::json;
@@ -253,4 +253,4 @@ std::unique_ptr<IModStorageSaveBackend> Filesystem::createModStorage(boost::json
return std::make_unique<MSSB_Filesystem>(data);
}
}
}