mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
SAPI: Track last executed mod and include in error messages
This commit is contained in:
parent
738fbc66d0
commit
2b04ab874d
19 changed files with 231 additions and 45 deletions
|
@ -209,6 +209,9 @@ bool ScriptApiDetached::getDetachedInventoryCallback(
|
|||
lua_pop(L, 1);
|
||||
return false;
|
||||
}
|
||||
|
||||
setOriginFromTable(-1);
|
||||
|
||||
lua_getfield(L, -1, callbackname);
|
||||
lua_remove(L, -2);
|
||||
// Should be a function or nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue