mirror of
https://github.com/minetest/minetest.git
synced 2024-11-11 12:50:38 +01:00
Remove SAO::onAttach() and SAO::onDetach()
This commit is contained in:
parent
5d226268df
commit
3df070f352
|
@ -259,9 +259,6 @@ protected:
|
|||
virtual void onMarkedForDeactivation() {}
|
||||
virtual void onMarkedForRemoval() {}
|
||||
|
||||
virtual void onAttach(object_t parent_id) {}
|
||||
virtual void onDetach(object_t parent_id) {}
|
||||
|
||||
ServerEnvironment *m_env;
|
||||
v3f m_base_position;
|
||||
std::unordered_set<u32> m_attached_particle_spawners;
|
||||
|
|
Loading…
Reference in New Issue
Block a user