Temporary fix for game update v2.10.4
parent
216355f6a9
commit
8f67c222dc
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue