summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-06-17 19:08:36 +0200
committerHowaner <franzi.moos@googlemail.com>2014-06-17 19:08:36 +0200
commitbde51d87784b37b5a900a40085350ce5080f402c (patch)
treec57cd8a83d48cfb9d3780dac1bf677ea2052c4d7
parentAdd UNUSED() Tags (diff)
downloadcuberite-bde51d87784b37b5a900a40085350ce5080f402c.tar
cuberite-bde51d87784b37b5a900a40085350ce5080f402c.tar.gz
cuberite-bde51d87784b37b5a900a40085350ce5080f402c.tar.bz2
cuberite-bde51d87784b37b5a900a40085350ce5080f402c.tar.lz
cuberite-bde51d87784b37b5a900a40085350ce5080f402c.tar.xz
cuberite-bde51d87784b37b5a900a40085350ce5080f402c.tar.zst
cuberite-bde51d87784b37b5a900a40085350ce5080f402c.zip
-rw-r--r--src/Blocks/BlockFenceGate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blocks/BlockFenceGate.h b/src/Blocks/BlockFenceGate.h
index e202c6610..e992870d4 100644
--- a/src/Blocks/BlockFenceGate.h
+++ b/src/Blocks/BlockFenceGate.h
@@ -45,6 +45,7 @@ public:
// Standing aside - use last direction
a_ChunkInterface.SetBlockMeta(a_BlockX, a_BlockY, a_BlockZ, OldMetaData);
}
+ a_Player->GetWorld()->BroadcastSoundParticleEffect(1003, a_BlockX, a_BlockY, a_BlockZ, 0, a_Player->GetClientHandle());
}