X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/67eb91cd2fafdf89ba670706e684ab0cd74ae513..b3139bf3f37b3b0244efea8b4b5e5a7d0bc90095:/projects/stargazer/user_property.cpp diff --git a/projects/stargazer/user_property.cpp b/projects/stargazer/user_property.cpp index a94b60a4..a0c974bc 100644 --- a/projects/stargazer/user_property.cpp +++ b/projects/stargazer/user_property.cpp @@ -4,15 +4,14 @@ USER_PROPERTIES::USER_PROPERTIES(const std::string & sd) : stat(), conf(), cash (stat.cash, "cash", false, true, GetStgLogger(), sd, properties), - up (stat.up, "upload", false, true, GetStgLogger(), sd, properties), - down (stat.down, "download", false, true, GetStgLogger(), sd, properties), + up (stat.monthUp, "upload", false, true, GetStgLogger(), sd, properties), + down (stat.monthDown, "download", false, true, GetStgLogger(), sd, properties), lastCashAdd (stat.lastCashAdd, "lastCashAdd", false, true, GetStgLogger(), sd, properties), passiveTime (stat.passiveTime, "passiveTime", false, true, GetStgLogger(), sd, properties), lastCashAddTime (stat.lastCashAddTime, "lastCashAddTime", false, true, GetStgLogger(), sd, properties), freeMb (stat.freeMb, "freeMb", false, true, GetStgLogger(), sd, properties), lastActivityTime(stat.lastActivityTime, "lastActivityTime", false, true, GetStgLogger(), sd, properties), - password (conf.password, "password", true, false, GetStgLogger(), sd, properties), passive (conf.passive, "passive", false, false, GetStgLogger(), sd, properties), disabled (conf.disabled, "disabled", false, false, GetStgLogger(), sd, properties),