mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Add comment about ItemSAO being deprecated
This commit is contained in:
parent
f4a7e11bce
commit
f0678979b1
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ TestSAO proto_TestSAO(NULL, v3f(0,0,0));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
ItemSAO
|
ItemSAO
|
||||||
|
|
||||||
|
DEPRECATED: New dropped items are implemented in Lua; see
|
||||||
|
builtin/item_entity.lua.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class ItemSAO : public ServerActiveObject
|
class ItemSAO : public ServerActiveObject
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue