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,7 +49,9 @@ public class DWorlds {
}
}
createRaw();
if (!RAW.exists()) {
createRaw();
}
}
/* Getters and setters */