OwendB1 / SE-Ship_Class_System

Blue's SE Ship Class Mod
2 stars 3 forks source link

Broadcasting Range cannot be zero #12

Closed skiittz closed 3 months ago

skiittz commented 3 months ago

If broadcast range is set to 0, blocks cannot be placed on a grid belonging to that class, even if force broadcasting is off. Changing broadcast range to a positive integer resolves the problem.

skiittz commented 3 months ago

it's not actually the broadcast range. i had 2 edits in the file and forgot. it's actually the max blocks being set to -1 that is the issue i think.

OwendB1 commented 3 months ago

Yeah max blocks being set to -1 causes some pretty significant issues yeah hahaha

OwendB1 commented 3 months ago

Will close this now as a non-issue. Thank you for sending some info though!

skiittz commented 3 months ago

might want to look at updating the config instructions - they currently list -1 as a valid value for disabling the check (it was zero but after discussion with blues earlier today in discord he updated it to -1) - so there seems to be a disconnect.