summaryrefslogtreecommitdiffstats
path: root/src/UI/EnderChestWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/EnderChestWindow.cpp')
-rw-r--r--src/UI/EnderChestWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UI/EnderChestWindow.cpp b/src/UI/EnderChestWindow.cpp
index c597f3a9b..ed0fb499f 100644
--- a/src/UI/EnderChestWindow.cpp
+++ b/src/UI/EnderChestWindow.cpp
@@ -25,7 +25,7 @@ cEnderChestWindow::cEnderChestWindow(cEnderChestEntity * a_EnderChest) :
// Play the opening sound:
m_World->BroadcastSoundEffect(
- "random.chestopen",
+ "block.enderchest.open",
static_cast<double>(m_BlockX),
static_cast<double>(m_BlockY),
static_cast<double>(m_BlockZ),
@@ -48,7 +48,7 @@ cEnderChestWindow::~cEnderChestWindow()
// Play the closing sound
m_World->BroadcastSoundEffect(
- "random.chestclosed",
+ "block.enderchest.close",
static_cast<double>(m_BlockX),
static_cast<double>(m_BlockY),
static_cast<double>(m_BlockZ),