From 1a0bfd8d28c68d3ee60352ef67c58da946c43cea Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 28 May 2012 16:47:57 +0000 Subject: Chests and Furnaces are now saved properly into Anvil scheme. git-svn-id: http://mc-server.googlecode.com/svn/trunk@516 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cItem.h') diff --git a/source/cItem.h b/source/cItem.h index ba88a1940..a0832ef03 100644 --- a/source/cItem.h +++ b/source/cItem.h @@ -85,7 +85,7 @@ public: inline bool HasDuration() { return GetMaxDuration() > 0; } - void GetJson( Json::Value & a_OutValue ); //tolua_export + void GetJson( Json::Value & a_OutValue ) const; //tolua_export void FromJson( const Json::Value & a_Value ); //tolua_export static bool IsEnchantable(ENUM_ITEM_ID item); -- cgit v1.2.3