Check if .raw exists

This commit is contained in:
Daniel Saukel 2016-07-23 01:02:49 +02:00
parent 3d74bfac95
commit 01d7598442

View File

@ -49,8 +49,10 @@ public class DWorlds {
}
}
if (!RAW.exists()) {
createRaw();
}
}
/* Getters and setters */
/**