chore: disable patcher log to reduce logging length

This commit is contained in:
Fazri Gading
2026-01-26 01:52:54 +08:00
parent 72b4e0cba8
commit 43d5d20351

View File

@@ -162,7 +162,7 @@ async function launchGame(playerName = 'Player', progressCallback, javaPathOverr
console.log(`Force patching game binaries for ${authDomain}...`); console.log(`Force patching game binaries for ${authDomain}...`);
const patchResult = await clientPatcher.ensureClientPatched(gameLatest, (msg, percent) => { const patchResult = await clientPatcher.ensureClientPatched(gameLatest, (msg, percent) => {
console.log(`[Patcher] ${msg}`); // console.log(`[Patcher] ${msg}`);
if (progressCallback && msg) { if (progressCallback && msg) {
progressCallback(msg, percent, null, null, null); progressCallback(msg, percent, null, null, null);
} }