diff options
Diffstat (limited to '')
-rw-r--r-- | source/cPlayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cPlayer.cpp b/source/cPlayer.cpp index d3c0107ec..4605049b3 100644 --- a/source/cPlayer.cpp +++ b/source/cPlayer.cpp @@ -468,7 +468,7 @@ void cPlayer::CloseWindow(char a_WindowType) { int x, y, z; m_CurrentWindow->GetOwner()->GetBlockPos(x, y, z); - m_World->BroadcastBlockAction(x, y, z, 1, 0); + m_World->BroadcastBlockAction(x, y, z, 1, 0, E_BLOCK_CHEST); } m_CurrentWindow->Close( *this ); |