Page 1 of 1

Question about neighbouring_base_chunk_coefficient

Posted: Tue Jul 12, 2016 9:53 pm
by TheSAguy
In the "map-settings.lua" file, line 73:

Code: Select all

      neighbouring_base_chunk_coefficient = 0.4;
There is a ";" and not a comma ","

Is that intentional / needed?
Will it cause any problems...
Thanks.

Re: Question about neighbouring_base_chunk_coefficient

Posted: Wed Jul 13, 2016 10:21 am
by Oxyd
Commas and semicolons mean the same thing in tables, so I'm not sure why you're reporting this.

Not a bug.