mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 08:15:35 +00:00
Please MSVC stop being so bad
This commit is contained in:
parent
323184911d
commit
a97791d4ee
@ -205,7 +205,8 @@ sol::table TLuaEngine::StateThreadData::Lua_TriggerLocalEvent(const std::string&
|
||||
if (FnRet.valid()) {
|
||||
Result.add(FnRet);
|
||||
} else {
|
||||
beammp_lua_error(sol::error(FnRet).what());
|
||||
sol::error Err = FnRet;
|
||||
beammp_lua_error(Err.what());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user