From 423f49d175d8db6283232bd8bdc106e26bdcff4d Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 16 Feb 2012 13:42:35 +0000 Subject: Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properly git-svn-id: http://mc-server.googlecode.com/svn/trunk@273 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChestEntity.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/cChestEntity.cpp') diff --git a/source/cChestEntity.cpp b/source/cChestEntity.cpp index c79057829..47b5a9476 100644 --- a/source/cChestEntity.cpp +++ b/source/cChestEntity.cpp @@ -186,11 +186,6 @@ void cChestEntity::SendTo( cClientHandle* a_Client, cServer* a_Server ) void cChestEntity::UsedBy( cPlayer * a_Player ) { - LOG("Used a chest"); -// m_Content[0].m_ItemCount = 1; -// m_Content[0].m_ItemID = E_ITEM_STONE; -// m_Content[0].m_ItemHealth = 0; - if( !GetWindow() ) { cWindow* Window = new cWindow( this, true ); -- cgit v1.2.3