mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +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()) {
|
if (FnRet.valid()) {
|
||||||
Result.add(FnRet);
|
Result.add(FnRet);
|
||||||
} else {
|
} 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