mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
[Server] Fix build on Windows
This commit is contained in:
parent
948090676a
commit
5653d07c7b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ inline int errHandler(lua_State *L)
|
|||
const sol::string_view &topmsg = maybetopmsg.value();
|
||||
msg.assign(topmsg.data(), topmsg.size());
|
||||
}
|
||||
luaL_tramceback(L, L, msg.c_str(), 1);
|
||||
luaL_traceback(L, L, msg.c_str(), 1);
|
||||
auto maybetraceback = sol::stack::check_get<sol::string_view>(L, -1);
|
||||
if (maybetraceback)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue