Skip to content

Commit

Permalink
Remove overlooked print
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack committed Dec 6, 2024
1 parent 7866942 commit 1f6ff40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ ReturnValue Tile::queryAdd(const Creature& creature, uint32_t flags) const
for (const Item* item : *items) {
const ItemType& iiType = Item::items[item->getID()];
if (iiType.blockSolid && (!iiType.moveable || item->hasAttribute(ITEM_ATTRIBUTE_UNIQUEID))) {
std::cout << "BlockSolid without a ground return." << std::endl;
return RETURNVALUE_NOTPOSSIBLE;
}
}
Expand Down

0 comments on commit 1f6ff40

Please sign in to comment.