1
0
Fork 1
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:
Koncord 2017-01-27 21:51:13 +08:00
parent 74ecbbb975
commit b658adf7b0

View file

@ -103,7 +103,7 @@ void LangLua::LoadProgram(const char *filename)
#if defined(ENABLE_TERRA)
if ((err = terra_loadfile(lua, filename)) != 0)
#else
if ((err =luaL_loadfile(lua, filename)) != 0)
if ((err =luaL_loadfile(lua, filename)) != 0)
#endif
throw runtime_error("Lua script " + string(filename) + " error (" + to_string(err) + "): \"" +
string(lua_tostring(lua, -1)) + "\"");