Minor adjustment on modSettingsLoader parsing to be more lenient when trimming.
This should
not introduce any incompatibilities.
Mod settings will now retain whitespace in the middle of data, as now only leading and trailing whitespace is removed for both name and value in every settings entry.
Previously, a line such as:
Would parse as:
The value should correctly contain the space as of this update.