Merge pull request #1562 from mc-server/signplace
Signs can be placed on wallsigns.
This commit is contained in:
commit
ed7a0332f6
@ -35,7 +35,7 @@ public:
|
|||||||
}
|
}
|
||||||
BLOCKTYPE Type = a_Chunk.GetBlock(a_RelX, a_RelY - 1, a_RelZ);
|
BLOCKTYPE Type = a_Chunk.GetBlock(a_RelX, a_RelY - 1, a_RelZ);
|
||||||
|
|
||||||
return ((Type == E_BLOCK_SIGN_POST) || cBlockInfo::IsSolid(Type));
|
return ((Type == E_BLOCK_SIGN_POST) || (Type == E_BLOCK_WALLSIGN) || cBlockInfo::IsSolid(Type));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user