Commit ad8d0f2a authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 23787538
......@@ -154,6 +154,15 @@ let obj
}
let newReserv=maxReserve
maxReserve=maxMeta
let firstMaxAllocatedMoney = maxAllocatedMoney
if (config.param !== 0) {
for (let i = 0; i < risk; i++)
maxAllocatedMoney = maxAllocatedMoney * config.param
}
if (needPrintData)
{
for (let i=0;i<saveData.length;i++)
......@@ -176,13 +185,6 @@ let obj
}
}
}
let newReserv=maxReserve
maxReserve=maxMeta
let firstMaxAllocatedMoney = maxAllocatedMoney
if (config.param !== 0) {
for (let i = 0; i < risk; i++)
maxAllocatedMoney = maxAllocatedMoney * config.param
}
let newLevel = []
let newLevelText = ''
......
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