Revert "Detach the player from entities on death." (#5087)
This commit is contained in:
@@ -166,8 +166,6 @@ class ServerActiveObject : public ActiveObject
|
||||
{}
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user