From 5d2d0fe109801276c474e1a21dbf3a609815bf96 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 15 Sep 2013 21:52:25 +0200 Subject: Fixed previous commit. --- source/ManualBindings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/ManualBindings.cpp b/source/ManualBindings.cpp index b8b4cda54..a80e186eb 100644 --- a/source/ManualBindings.cpp +++ b/source/ManualBindings.cpp @@ -772,7 +772,7 @@ static int tolua_cWorld_GetSignLines(lua_State * tolua_S) #endif { AString Line1, Line2, Line3, Line4; - bool res = self->GetSignLines(BlockX, BlockY, BlockZ, Line1, Line2, Line3, Line4, Player); + bool res = self->GetSignLines(BlockX, BlockY, BlockZ, Line1, Line2, Line3, Line4); tolua_pushboolean(tolua_S, res ? 1 : 0); if (res) { -- cgit v1.2.3