From: Perttu Ahola Date: Mon, 11 Jun 2012 19:10:48 +0000 (+0300) Subject: Add comment about ItemSAO being deprecated X-Git-Tag: 0.4.0~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f0678979b1ed5c70095a48820a8110eb631ed74d;p=oweals%2Fminetest.git Add comment about ItemSAO being deprecated --- diff --git a/src/content_sao.cpp b/src/content_sao.cpp index c1a3ded55..4d49b68d9 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -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