removed redundant function

This commit is contained in:
FinnHornhoover
2023-10-21 23:12:17 +03:00
parent c78a3e5ada
commit 1d78bc2d9b
2 changed files with 1 additions and 7 deletions

View File

@@ -417,12 +417,6 @@ function loadCacheList() {
});
}
function startHashCheck() {
setTimeout(function () {
handleCache("hash-check");
}, 0);
}
function performCacheSwap(newVersion) {
var currentCache = path.join(cacheRoot, "FusionFall");
var newCache = path.join(cacheRoot, newVersion);