mcdelta-project / mcdelta-python

MCDelta client written in Python
GNU General Public License v3.0
3 stars 3 forks source link

CMAN crashes on startup if LocalData dir not present #35

Closed Valiec closed 8 years ago

Valiec commented 8 years ago

The issue is basically what the title says. It tries to chdir to LocalData when it isn't present, causing CMAN to crash.

Affects: 2.0.0 (and possibly earlier)

Also, maybe we should have a "critical" tag for things like this (e.g. CMAN won't even start).