summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
authortycho <work.tycho@gmail.com>2015-05-19 13:28:31 +0200
committertycho <work.tycho@gmail.com>2015-05-19 13:28:31 +0200
commitfa4fb75e03c6241370588de2ed62270e1043b312 (patch)
tree71276c51903cab544ecddb4f7431a7adf9b16e1d /src/World.cpp
parentMerge branch 'master' into PreventNewWarnings (diff)
downloadcuberite-fa4fb75e03c6241370588de2ed62270e1043b312.tar
cuberite-fa4fb75e03c6241370588de2ed62270e1043b312.tar.gz
cuberite-fa4fb75e03c6241370588de2ed62270e1043b312.tar.bz2
cuberite-fa4fb75e03c6241370588de2ed62270e1043b312.tar.lz
cuberite-fa4fb75e03c6241370588de2ed62270e1043b312.tar.xz
cuberite-fa4fb75e03c6241370588de2ed62270e1043b312.tar.zst
cuberite-fa4fb75e03c6241370588de2ed62270e1043b312.zip
Diffstat (limited to 'src/World.cpp')
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index e93d6bb26..5f9eb2569 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -2071,7 +2071,7 @@ void cWorld::BroadcastAttachEntity(const cEntity & a_Entity, const cEntity * a_V
-void cWorld::BroadcastBlockAction(int a_BlockX, int a_BlockY, int a_BlockZ, char a_Byte1, char a_Byte2, BLOCKTYPE a_BlockType, const cClientHandle * a_Exclude)
+void cWorld::BroadcastBlockAction(int a_BlockX, int a_BlockY, int a_BlockZ, Byte a_Byte1, Byte a_Byte2, BLOCKTYPE a_BlockType, const cClientHandle * a_Exclude)
{
m_ChunkMap->BroadcastBlockAction(a_BlockX, a_BlockY, a_BlockZ, a_Byte1, a_Byte2, a_BlockType, a_Exclude);
}