mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Revert "Detach the player from entities on death." (#5087)
This commit is contained in:
parent
b9c1a758a1
commit
bc29e03b59
5 changed files with 14 additions and 16 deletions
|
@ -166,8 +166,6 @@ public:
|
|||
{}
|
||||
virtual void removeAttachmentChild(int child_id)
|
||||
{}
|
||||
virtual void detachFromParent()
|
||||
{}
|
||||
virtual const UNORDERED_SET<int> &getAttachmentChildIds()
|
||||
{ static const UNORDERED_SET<int> rv; return rv; }
|
||||
virtual ObjectProperties* accessObjectProperties()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue