From 6b21dc6d11673f612d3ca6f3f4ced8809d61ef47 Mon Sep 17 00:00:00 2001 From: STRWarrior Date: Mon, 16 Dec 2013 20:53:43 +0100 Subject: Using suggestions for Boat placing. --- src/Items/ItemBoat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3