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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cItem.cpp') diff --git a/source/cItem.cpp b/source/cItem.cpp index 2015bd751..acb51611a 100644 --- a/source/cItem.cpp +++ b/source/cItem.cpp @@ -8,7 +8,7 @@ -void cItem::GetJson( Json::Value & a_OutValue ) +void cItem::GetJson( Json::Value & a_OutValue ) const { a_OutValue["ID"] = m_ItemID; if( m_ItemID > 0 ) -- cgit v1.2.3