mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 14:12:25 +00:00
Please MSVC stop being so bad
This commit is contained in:
+2
-1
@@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user