Переименовывание в LuaVox
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <Server/SaveBackend.hpp>
|
||||
|
||||
|
||||
namespace AL::Server::SaveBackends {
|
||||
namespace LV::Server::SaveBackends {
|
||||
|
||||
class Filesystem : public ISaveBackendProvider {
|
||||
public:
|
||||
@@ -17,4 +17,4 @@ public:
|
||||
virtual std::unique_ptr<IModStorageSaveBackend> createModStorage(boost::json::object data) override;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user