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
1 changed files with 3 additions and 0 deletions

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