1
0

Using suggestions for Boat placing.

This commit is contained in:
STRWarrior 2013-12-16 20:53:43 +01:00
parent 199123d4f2
commit 6b21dc6d11

View File

@ -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;
}