X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/85513928f6a270af94c1477f5ae2773647b04cd7..5a98249bfadbe1d22d316dc3e9e770e0c305e5d6:/projects/sgconf/users.cpp diff --git a/projects/sgconf/users.cpp b/projects/sgconf/users.cpp index cdbfbbb5..0fb68544 100644 --- a/projects/sgconf/users.cpp +++ b/projects/sgconf/users.cpp @@ -27,7 +27,7 @@ std::cout << Indent(level, true) << "login: " << info.login << "\n" << Indent(level) << "credit expire: " << TimeToString(info.creditExpire) << "\n" << Indent(level) << "last cash add: " << info.lastCash << "\n" << Indent(level) << "prepaid traffic: " << info.prepaidTraff << "\n" - << Indent(level) << "disabled: " << (info.down ? "t" : "f") << "\n" + << Indent(level) << "disabled: " << (info.disabled ? "t" : "f") << "\n" << Indent(level) << "passive: " << (info.passive ? "t" : "f") << "\n" << Indent(level) << "disabled detail stat: " << (info.disableDetailStat ? "t" : "f") << "\n" << Indent(level) << "connected: " << (info.connected ? "t" : "f") << "\n"