mcdelta-project / mcdelta-python

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

Fixed bug causing crash on startup if Data dir not present. #18

Closed Valiec closed 8 years ago

Valiec commented 8 years ago

When I changed the Data dir cleanup code, I forgot to check for the possibility that the Data dir is not present. This resulted in a FileNotFoundException on startup. This commit should fix it (I've tested it without a data dir and it created one and started up fine).