From 758622336e6c8d7aa2d4b34d8eedc4aaed54a4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Beltr=C3=A1n?= Date: Sun, 21 May 2017 11:48:33 +0200 Subject: Fixed invisible chests (#3722) Fixes #3479, #3403, #3696 --- src/BlockEntities/EnderChestEntity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/BlockEntities/EnderChestEntity.h') diff --git a/src/BlockEntities/EnderChestEntity.h b/src/BlockEntities/EnderChestEntity.h index d79e0ee68..f599ad391 100644 --- a/src/BlockEntities/EnderChestEntity.h +++ b/src/BlockEntities/EnderChestEntity.h @@ -25,7 +25,7 @@ public: // cBlockEntity overrides: virtual bool UsedBy(cPlayer * a_Player) override; - virtual void SendTo(cClientHandle & a_Client) override { UNUSED(a_Client); } + virtual void SendTo(cClientHandle & a_Client) override; static void LoadFromJson(const Json::Value & a_Value, cItemGrid & a_Grid); static void SaveToJson(Json::Value & a_Value, const cItemGrid & a_Grid); -- cgit v1.2.3