This commit is contained in:
nguyen dung 2022-02-23 16:30:34 +00:00
parent 222fff8b16
commit 4c96665f82

View File

@ -83,7 +83,7 @@ function roleEnterOrder(sessionID, lastResult) {
let isNotBreakdowUp = true; // Xanh let isNotBreakdowUp = true; // Xanh
let isNotBreakdowDown = true; // Đỏ let isNotBreakdowDown = true; // Đỏ
listContinue.reverse().forEach((e, ind) => { listContinue.reverse().forEach((e, ind) => {
if (!ind) { // Xét các phiên chẵn if (ind % 2 === 0) { // Xét các phiên chẵn
if (e.lastResult === 0) { if (e.lastResult === 0) {
// Xanh // Xanh
isNotBreakdowDown = false; isNotBreakdowDown = false;