Temporary fix for game update v2.10.4

main
peshomir 2025-08-10 10:39:32 +03:00
parent 216355f6a9
commit 8f67c222dc
1 changed files with 3 additions and 0 deletions

View File

@ -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; }