Commit 57c69352 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 14887235
...@@ -98,9 +98,16 @@ let obj ...@@ -98,9 +98,16 @@ let obj
obj.maxAllocatedMoney=maxAllocatedMoney obj.maxAllocatedMoney=maxAllocatedMoney
obj.maxLevel=maxLevel obj.maxLevel=maxLevel
obj.step=step obj.step=step
try {
obj.perReserve=Math.abs(((maxReserve * 100) / maxAllocatedMoney)) obj.perReserve=Math.abs(((maxReserve * 100) / maxAllocatedMoney))
obj.perMeta=Math.abs(((maxMeta * 100) / maxAllocatedMoney)) obj.perMeta=Math.abs(((maxMeta * 100) / maxAllocatedMoney))
}
catch (e)
{
}
} }
......
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