From ac63775297cffb56b05702c0a3c6575f1bcd7d3b Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Sun, 1 Jan 2012 18:45:28 +0000 Subject: CreativeInventory Update - Fixed various problems with the new creative inventory (Crafting, furnace, etc) - Creative inventory will now be saved to disk, so you keep your creative inventory also for the next sessions git-svn-id: http://mc-server.googlecode.com/svn/trunk@162 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cSurvivalInventory.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/cSurvivalInventory.h') diff --git a/source/cSurvivalInventory.h b/source/cSurvivalInventory.h index 525387b08..270f18dcd 100644 --- a/source/cSurvivalInventory.h +++ b/source/cSurvivalInventory.h @@ -3,8 +3,7 @@ #include "cInventory.h" class cSurvivalInventory //tolua_export - : public cInventory - , public cWindowOwner + : public cInventory { //tolua_export public: cSurvivalInventory(cPlayer* a_Owner); -- cgit v1.2.3