Fix
This commit is contained in:
parent
222fff8b16
commit
4c96665f82
2
index.js
2
index.js
@ -83,7 +83,7 @@ function roleEnterOrder(sessionID, lastResult) {
|
||||
let isNotBreakdowUp = true; // Xanh
|
||||
let isNotBreakdowDown = true; // Đỏ
|
||||
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) {
|
||||
// Xanh
|
||||
isNotBreakdowDown = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user