1
0
Fork 0
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:
Perttu Ahola 2012-06-11 22:10:48 +03:00
parent f4a7e11bce
commit f0678979b1

View file

@ -141,6 +141,9 @@ TestSAO proto_TestSAO(NULL, v3f(0,0,0));
/*
ItemSAO
DEPRECATED: New dropped items are implemented in Lua; see
builtin/item_entity.lua.
*/
class ItemSAO : public ServerActiveObject