mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-03 19:56:01 +00:00
Minor fixes
This commit is contained in:
@@ -75,7 +75,7 @@ void TLuaEngine::FolderList(const std::string& Path, bool HotSwap) {
|
||||
}
|
||||
|
||||
void TLuaEngine::RegisterFiles(const fs::path& Path, bool HotSwap) {
|
||||
std::string Name = Path.filename();
|
||||
std::string Name = Path.filename().string();
|
||||
if (!HotSwap)
|
||||
info(("Loading plugin : ") + Name);
|
||||
std::vector<fs::path> Entries;
|
||||
|
||||
Reference in New Issue
Block a user