From 8f67c222dc4e9f2ddd7fe4e755e6ee29a696426b Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Sun, 10 Aug 2025 10:39:32 +0300 Subject: [PATCH] Temporary fix for game update v2.10.4 --- patches/customLobby.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/patches/customLobby.js b/patches/customLobby.js index cc1bffc..5568dde 100644 --- a/patches/customLobby.js +++ b/patches/customLobby.js @@ -3,6 +3,9 @@ import ModUtils from '../modUtils.js'; // Custom lobby patches export default (/** @type {ModUtils} */ { insertCode, replaceCode, replaceRawCode, safeDictionary: dict, waitForMinification }) => { + // temporarily disabled for new versions + return; + // set player id correctly insertCode(`function aBG(aBE) { if (!Lobby.aAl) { return -1; }