From: Maxim Mamontov Date: Thu, 29 May 2014 19:05:59 +0000 (+0300) Subject: Fixed cash-set. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/01cf1d3bc02f931df5a8ad1db53fdeae5ba1a28c Fixed cash-set. --- diff --git a/stglibs/srvconf.lib/parsers/chg_user.cpp b/stglibs/srvconf.lib/parsers/chg_user.cpp index 73eddfd2..74247c31 100644 --- a/stglibs/srvconf.lib/parsers/chg_user.cpp +++ b/stglibs/srvconf.lib/parsers/chg_user.cpp @@ -128,7 +128,7 @@ if (!conf.services.empty()) if (!stat.cashAdd.empty()) stream << ""; else if (!stat.cashSet.empty()) - stream << ""; + stream << ""; appendResetable(stream, "freeMb", stat.freeMb);