mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 15:26:19 +00:00
Create TLuaChunk constructor to satisfy MSVC
This commit is contained in:
@@ -497,3 +497,9 @@ void TLuaResult::WaitUntilReady() {
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(10));
|
||||
}
|
||||
}
|
||||
|
||||
TLuaChunk::TLuaChunk(std::shared_ptr<std::string> Content, std::string FileName, std::string PluginPath)
|
||||
: Content(Content)
|
||||
, FileName(FileName)
|
||||
, PluginPath(PluginPath) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user