mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-30 04:35:20 +01:00
Create framework for getting rid of global definitions of node/tool/item/whatever types
This commit is contained in:
@@ -37,9 +37,8 @@ ServerActiveObject::~ServerActiveObject()
|
||||
{
|
||||
}
|
||||
|
||||
void ServerActiveObject::addedToEnvironment(u16 id)
|
||||
void ServerActiveObject::addedToEnvironment()
|
||||
{
|
||||
setId(id);
|
||||
}
|
||||
|
||||
ServerActiveObject* ServerActiveObject::create(u8 type,
|
||||
|
||||
Reference in New Issue
Block a user