MoT3rror / egginc-coop-tracker

0 stars 1 forks source link

Rate in "tracker" command is not rounded correctly for low rate value #23

Closed ayavilevich closed 3 years ago

ayavilevich commented 3 years ago

A player was showing the rate: 567907.20000002 in the table.

image

relevant api data:

        {
            "id": "x",
            "name": "x",
            "eggsLaid": 1693.9582188434606,
            "active": true,
            "_5": 2,
            "eggsPerSecond": 157.75200000000535,
            "_7": 0,
            "earningBonusOom": 20.777444270949154,
            "tokens": 0
        }

need to see why such low values are not rounded to the relevant unit.

@MoT3rror feel free to assign to me.

ayavilevich commented 3 years ago

fixed