mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 18:41:48 -03:00
chore: disable patcher log to reduce logging length
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user