give wall mounted locked signs the correct collision box

This commit is contained in:
darkrose 2014-01-12 14:52:42 +10:00
parent 6337e07762
commit 5948d81779
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ void getPointedNode(Client *client, v3f player_position,
}
}
}
else if(n.getContent() == CONTENT_SIGN_WALL)
else if(n.getContent() == CONTENT_SIGN_WALL || n.getContent() == CONTENT_LOCKABLE_SIGN_WALL)
{
v3s16 dir = unpackDir(n.param2);
v3f dir_f = v3f(dir.X, dir.Y, dir.Z);