Commit 1aec52ad authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 34cf61c0
...@@ -248,7 +248,7 @@ async function startAgain(arr, start, level) { ...@@ -248,7 +248,7 @@ async function startAgain(arr, start, level) {
let inline = arr[i] let inline = arr[i]
inline = _.without(inline, undefined, null); inline = _.without(inline, undefined, null);
for (let j = 0; j < inline.length; j++) { for (let j = 0; j < inline.length; j++) {
if (inline[j].maxAllocatedMoney < start) if (inline[j].maxAllocatedMoney < start && inline[j].maxLevel < level)
arr2.push(inline[j]) arr2.push(inline[j])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment