mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add ServerActiveObject::removingFromEnvironment()
This commit is contained in:
parent
0e113a4c81
commit
e6e3eef0ef
3 changed files with 17 additions and 6 deletions
|
@ -37,10 +37,6 @@ ServerActiveObject::~ServerActiveObject()
|
|||
{
|
||||
}
|
||||
|
||||
void ServerActiveObject::addedToEnvironment()
|
||||
{
|
||||
}
|
||||
|
||||
ServerActiveObject* ServerActiveObject::create(u8 type,
|
||||
ServerEnvironment *env, u16 id, v3f pos,
|
||||
const std::string &data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue