X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/627ef2adbb12c066764d6bd618147f6adb2b9cac..c5450b63e1d53fcc57b7375de0fe704a517f150d:/projects/stargazer/user_property.cpp?ds=inline 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),