mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-07 19:30:48 +01:00
Check if .raw exists
This commit is contained in:
parent
3d74bfac95
commit
01d7598442
@ -49,7 +49,9 @@ public class DWorlds {
|
||||
}
|
||||
}
|
||||
|
||||
createRaw();
|
||||
if (!RAW.exists()) {
|
||||
createRaw();
|
||||
}
|
||||
}
|
||||
|
||||
/* Getters and setters */
|
||||
|
Loading…
Reference in New Issue
Block a user