1
0

Fixed previous commit.

This commit is contained in:
madmaxoft 2013-09-15 21:52:25 +02:00
parent f8947ce18e
commit 5d2d0fe109

View File

@ -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)
{