mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Add on_deactivate callback for luaentities (#10723)
This commit is contained in:
@@ -110,7 +110,7 @@ int ObjectRef::l_remove(lua_State *L)
|
||||
sao->clearParentAttachment();
|
||||
|
||||
verbosestream << "ObjectRef::l_remove(): id=" << sao->getId() << std::endl;
|
||||
sao->m_pending_removal = true;
|
||||
sao->markForRemoval();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user