diff --git a/src/Items/ItemBoat.h b/src/Items/ItemBoat.h index c50171c0c..0326b13b8 100644 --- a/src/Items/ItemBoat.h +++ b/src/Items/ItemBoat.h @@ -62,7 +62,7 @@ public: double y = Callbacks.Pos.y; double z = Callbacks.Pos.z; - if (x == 0 && y == 0 && z == 0) + if ((x == 0) && (y == 0) && (z == 0)) { return false; }