NebulaModTeam / nebula

A multiplayer mod for the game Dyson Sphere Program
GNU General Public License v3.0
849 stars 123 forks source link

New config options don't use set defaults when coming from older config #358

Closed PhantomGamers closed 3 years ago

PhantomGamers commented 3 years ago

When new options are added, they default to empty values rather than the ones set in the config.

This can be seen when upgrading from an older version of the mod that didn't have the mecha color configurable, you will default to having your mecha color be black (0,0,0) rather than the proper default value.

Related to #300

hubastard commented 3 years ago

Working on it now