Loading lib/Multiplayer/BanchoLobbyRegexes.js +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ module.exports = { const m = r.exec(str); return { username: m[1], score: m[2], score: Number(m[2]), pass: m[3] == "PASS" }; } Loading Loading
lib/Multiplayer/BanchoLobbyRegexes.js +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ module.exports = { const m = r.exec(str); return { username: m[1], score: m[2], score: Number(m[2]), pass: m[3] == "PASS" }; } Loading