This commit is contained in:
Guilherme Silva 2024-11-18 22:37:21 +00:00 committed by GitHub
commit d4e8c735af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ class LGDLFS:
self._overlay_update_info = None
self._overlay_install_info = None
# Config with game specific settings (e.g. start parameters, env variables)
self.config = LGDConf(comment_prefixes='/', allow_no_value=True)
self.config = LGDConf(comment_prefixes=(';', '#', '/'), allow_no_value=True)
if config_file:
# if user specified a valid relative/absolute path use that,