From f0678979b1ed5c70095a48820a8110eb631ed74d Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 11 Jun 2012 22:10:48 +0300 Subject: [PATCH] Add comment about ItemSAO being deprecated --- src/content_sao.cpp | 3 +++ 1 file changed, 3 insertions(+) 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