Page 1 of 1

[0.17] typo in decoratives.lua

Posted: Wed Mar 13, 2019 7:09 am
by Optera
line 82

Code: Select all

local function rock_autoplace_settgins(multiplier, order_suffix, rectangle)
should probably be

Code: Select all

local function rock_autoplace_settings(multiplier, order_suffix, rectangle)
Since all calls seem to have the same typo, this typo only is annoying when referencing to that function from mods.

Re: [0.17] typo in decoratives.lua

Posted: Wed Mar 13, 2019 10:45 am
by Twinsen
Fixed in Version: 0.17.12
Thanks.