mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 14:19:41 +00:00
[Server] Killed another tab character
This commit is contained in:
parent
74ecbbb975
commit
b658adf7b0
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void LangLua::LoadProgram(const char *filename)
|
||||||
#if defined(ENABLE_TERRA)
|
#if defined(ENABLE_TERRA)
|
||||||
if ((err = terra_loadfile(lua, filename)) != 0)
|
if ((err = terra_loadfile(lua, filename)) != 0)
|
||||||
#else
|
#else
|
||||||
if ((err =luaL_loadfile(lua, filename)) != 0)
|
if ((err =luaL_loadfile(lua, filename)) != 0)
|
||||||
#endif
|
#endif
|
||||||
throw runtime_error("Lua script " + string(filename) + " error (" + to_string(err) + "): \"" +
|
throw runtime_error("Lua script " + string(filename) + " error (" + to_string(err) + "): \"" +
|
||||||
string(lua_tostring(lua, -1)) + "\"");
|
string(lua_tostring(lua, -1)) + "\"");
|
||||||
|
|
Loading…
Reference in a new issue