Revert "Make sure we get a stacktrace for as many lua errors as possible"
authorShadowNinja <shadowninja@minetest.net>
Sat, 15 Mar 2014 20:01:06 +0000 (16:01 -0400)
committerShadowNinja <shadowninja@minetest.net>
Sat, 15 Mar 2014 20:01:06 +0000 (16:01 -0400)
commitf8b75555586e0e67d8320a804b9e077d29b96403
treef992793df77298fab89185848d81ebe5f05da3a6
parent23be6450a115954b281c045aefacbefba6837b6f
Revert "Make sure we get a stacktrace for as many lua errors as possible"

This reverts commit 362ef5f6ced862daa4733034810d0b07e2ad5d89.

Stack tracebacks couldn't be generated in LuaError::LuaError anyway and this
caused a second, empty traceback in most cases.  In cases where there wasn't
annother traceback the stack had already unwound and the traceback was empty.
src/script/common/c_content.cpp
src/script/common/c_internal.cpp
src/script/cpp_api/s_inventory.cpp
src/script/cpp_api/s_nodemeta.cpp
src/script/cpp_api/s_server.cpp
src/script/lua_api/l_craft.cpp