This commit is contained in:
Anuken
2020-10-31 10:04:50 -04:00
parent b75a03aed8
commit 2c29a06eb5
4 changed files with 6 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ public class Map implements Comparable<Map>, Publishable{
}
public Fi cacheFile(){
return Vars.mapPreviewDirectory.child(workshop ? file.parent().name() + "-workshop-cache.dat" : file.nameWithoutExtension() + "-cache.dat");
return Vars.mapPreviewDirectory.child(workshop ? file.parent().name() + "-workshop-cache.dat" : file.nameWithoutExtension() + "-cache_v2.dat");
}
public void setHighScore(int score){