parent
4bfd2c9707
commit
57f822cd0e
@ -35,7 +35,7 @@ public:
|
||||
}
|
||||
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