Skip to content

Commit

Permalink
fix(MCEF): disable hash validator (#5436)
Browse files Browse the repository at this point in the history
until hash file is brought back
  • Loading branch information
1zun4 authored Jan 24, 2025
1 parent 9cfd705 commit 7b5ccec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import net.ccbluex.liquidbounce.utils.client.ErrorHandler
import net.ccbluex.liquidbounce.utils.client.formatBytesAsSize
import net.ccbluex.liquidbounce.utils.client.logger
import net.ccbluex.liquidbounce.utils.kotlin.sortedInsert
import net.ccbluex.liquidbounce.utils.validation.HashValidator
import kotlin.concurrent.thread

/**
Expand Down Expand Up @@ -68,7 +67,7 @@ class JcefBrowser : IBrowser, EventListener {
}

val resourceManager = MCEF.INSTANCE.newResourceManager()
HashValidator.validateFolder(resourceManager.commitDirectory)
//HashValidator.validateFolder(resourceManager.commitDirectory)

if (resourceManager.requiresDownload()) {
thread(name = "mcef-downloader") {
Expand Down

0 comments on commit 7b5ccec

Please sign in to comment.