diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-12 23:06:13 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-12 23:06:13 +0100 |
commit | e915a0df4cf78f41a200f0a06aabf069aec1bb07 (patch) | |
tree | 03a270c2dac1aec28d685efa05c61c8914bed8d1 /src/BlockEntities/ChestEntity.cpp | |
parent | Changed inheritance a bit (diff) | |
download | cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.gz cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.bz2 cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.lz cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.xz cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.zst cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.zip |
Diffstat (limited to 'src/BlockEntities/ChestEntity.cpp')
-rw-r--r-- | src/BlockEntities/ChestEntity.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/BlockEntities/ChestEntity.cpp b/src/BlockEntities/ChestEntity.cpp index 9282da7fd..dfbe6ae87 100644 --- a/src/BlockEntities/ChestEntity.cpp +++ b/src/BlockEntities/ChestEntity.cpp @@ -170,18 +170,3 @@ void cChestEntity::OpenNewWindow(void) - -void cChestEntity::OnSlotChanged(cItemGrid * a_Grid, int a_SlotNum) -{ - super::OnSlotChanged(a_Grid, a_SlotNum); - - cWindow * Window = GetWindow(); - if (Window != NULL) - { - Window->BroadcastWholeWindow(); - } -} - - - - |