X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9e8281bc8ffdbb5555ee6082a3de0db421b092c0..64b687f8ec36a103865044613cb0f42f98aeda3a:/projects/stargazer/user_property.cpp diff --git a/projects/stargazer/user_property.cpp b/projects/stargazer/user_property.cpp index 5af05a46..f5f5eeea 100644 --- a/projects/stargazer/user_property.cpp +++ b/projects/stargazer/user_property.cpp @@ -4,8 +4,8 @@ USER_PROPERTIES::USER_PROPERTIES(const std::string & sd) : stat(), conf(), cash (stat.cash, "cash", false, true, GetStgLogger(), sd), - up (stat.up, "upload", false, true, GetStgLogger(), sd), - down (stat.down, "download", false, true, GetStgLogger(), sd), + up (stat.monthUp, "upload", false, true, GetStgLogger(), sd), + down (stat.monthDown, "download", false, true, GetStgLogger(), sd), lastCashAdd (stat.lastCashAdd, "lastCashAdd", false, true, GetStgLogger(), sd), passiveTime (stat.passiveTime, "passiveTime", false, true, GetStgLogger(), sd), lastCashAddTime (stat.lastCashAddTime, "lastCashAddTime", false, true, GetStgLogger(), sd),