Skip to content

Fix calculation of OPENMW_CONFIG_DIR on darwin

globals.py incorrectly calculates the location of openmw.cfg as "/Library/Preferences/openmw" rather than "~/Library/Preferences/openmw" due to inclusion of an absolute path element. This repairs that by removing the leading slash.

Merge request reports