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
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user