diff options
Diffstat (limited to 'src/UI/MinecartWithChestWindow.h')
-rw-r--r-- | src/UI/MinecartWithChestWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/MinecartWithChestWindow.h b/src/UI/MinecartWithChestWindow.h index 5e3c28512..2ce728399 100644 --- a/src/UI/MinecartWithChestWindow.h +++ b/src/UI/MinecartWithChestWindow.h @@ -53,7 +53,7 @@ public: } - ~cMinecartWithChestWindow() + virtual ~cMinecartWithChestWindow() override { m_ChestCart->GetWorld()->BroadcastSoundEffect("block.chest.close", m_ChestCart->GetPosX(), m_ChestCart->GetPosY(), m_ChestCart->GetPosZ(), 1, 1); } |