diff options
-rw-r--r-- | source/cClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index e3fc41c35..6bd7610c9 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -839,7 +839,7 @@ void cClientHandle::HandleUpdateSign( ) { cWorld * World = m_Player->GetWorld(); - World->UpdateSign(a_BlockX, a_BlockY, a_BlockZ, a_Line1, a_Line2, a_Line3, a_Line4); + World->UpdateSign(a_BlockX, a_BlockY, a_BlockZ, a_Line1, a_Line2, a_Line3, a_Line4, m_Player); } |