X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9c29aeaca5bdd90922c3192fd5e28530af28aba7..fc06430b05b154e0e859c6a436c1ffd74576a189:/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),