From 65cc04097127e62cdb91c3cdde513a65d43be0e6 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 1 Sep 2012 21:44:18 +0000 Subject: Fix for Rev 814, the correct cPlayer object is actually sent into the callbacks. git-svn-id: http://mc-server.googlecode.com/svn/trunk@816 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cClientHandle.cpp') 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); } -- cgit v1.2.3