You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The neutral/default locale C makes the game unable to run.
$ LANG=C ./MysticMine
Traceback (most recent call last):
File "./MysticMine", line 9, in <module>
import monorail.monorail
File "MysticMine/monorail/monorail.py", line 45, in <module>
languages += DEFAULT_LANGUAGES
NameError: name 'languages' is not defined
The text was updated successfully, but these errors were encountered:
The neutral/default locale C makes the game unable to run.
The text was updated successfully, but these errors were encountered: