mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
SAO: re-add old ActiveObjectTypes for a future migration layer
This commit is contained in:
parent
f8d5af7536
commit
c58d49977d
6 changed files with 14 additions and 11 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
{ return true; }
|
||||
|
||||
// Create a certain type of ServerActiveObject
|
||||
static ServerActiveObject* create(u8 type,
|
||||
static ServerActiveObject* create(ActiveObjectType type,
|
||||
ServerEnvironment *env, u16 id, v3f pos,
|
||||
const std::string &data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue