diff --git a/.gitattributes b/.gitattributes index a16fdf5..5e3d652 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,6 +20,8 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain +*.txt eol=crlf + .gitattributes export-ignore .gitignore export-ignore diff --git a/mist.lua b/mist.lua index 673e8f4..2ec278b 100644 --- a/mist.lua +++ b/mist.lua @@ -3924,7 +3924,7 @@ mist.groupRandomDistSelf = function(gpData, dist, form, heading, speed) local pos = mist.getLeadPos(gpData) local fakeZone = {} fakeZone.radius = dist or math.random(300, 1000) - fakeZone.point = {x = pos.x, y, pos.y, z = pos.z} + fakeZone.point = {x = pos.x, y = pos.y, z = pos.z} mist.groupToRandomZone(gpData, fakeZone, form, heading, speed) return diff --git a/mist_4_0_55.lua b/mist_4_0_55.lua index 2238ac8..442b0e3 100644 --- a/mist_4_0_55.lua +++ b/mist_4_0_55.lua @@ -3919,7 +3919,7 @@ mist.groupRandomDistSelf = function(gpData, dist, form, heading, speed) local pos = mist.getLeadPos(gpData) local fakeZone = {} fakeZone.radius = dist or math.random(300, 1000) - fakeZone.point = {x = pos.x, y, pos.y, z = pos.z} + fakeZone.point = {x = pos.x, y = pos.y, z = pos.z} mist.groupToRandomZone(gpData, fakeZone, form, heading, speed) return