mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-27 19:15:33 +00:00
TU24
This commit is contained in:
@@ -346,7 +346,7 @@ bool Village::isDoor(int x, int y, int z)
|
||||
{
|
||||
int tileId = level->getTile(x, y, z);
|
||||
if (tileId <= 0) return false;
|
||||
return DoorTile::isDoor(tileId);
|
||||
return tileId == Tile::door_wood_Id;
|
||||
}
|
||||
|
||||
void Village::calcInfo()
|
||||
|
||||
Reference in New Issue
Block a user