not everyone uses windoze with backslash path separators
This commit is contained in:
parent
2769f93f71
commit
54c79a3330
@ -136,6 +136,6 @@ public final class CachedRegion implements ICachedChunkAccess {
|
||||
}
|
||||
|
||||
private static Path getRegionFile(Path cacheDir, int regionX, int regionZ) {
|
||||
return Paths.get(cacheDir.toString() + "\\r." + regionX + "." + regionZ + ".bcr");
|
||||
return Paths.get(cacheDir.toString(), "r." + regionX + "." + regionZ + ".bcr");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user