diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemDye.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemDye.h b/src/Items/ItemDye.h index 5b0081b45..e6beca084 100644 --- a/src/Items/ItemDye.h +++ b/src/Items/ItemDye.h @@ -365,7 +365,7 @@ public: ) { if ( - !cChunkDef::IsValidHeight(Position.y) || + !cChunkDef::IsValidHeight(Position) || (a_World.GetBlock(Position) != E_BLOCK_GRASS) // Are we looking at grass? ) { |