X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/00c5298c6d00cbce32c1e678840b5e34bb8feea7..da34cd18157916f48eba7f8c60dc52fab3bf0950:/projects/stargazer/user.h?ds=inline

diff --git a/projects/stargazer/user.h b/projects/stargazer/user.h
index 496baa72..1c84ba1c 100644
--- a/projects/stargazer/user.h
+++ b/projects/stargazer/user.h
@@ -202,8 +202,8 @@ private:
     void            Disconnect(bool fakeDisconnect, const std::string & reason);
     int             SaveMonthStat(int month, int year);
 
-    int             SendMessage(const STG_MSG & msg);
-    int             ScanMessage();
+    int             SendMessage(STG_MSG & msg) const;
+    void            ScanMessage();
     time_t          lastScanMessages;
 
     string          login;
@@ -248,8 +248,6 @@ private:
     time_t          lastWriteStat;           // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÓÔÁÔÉÓÔÉËÉ
     time_t          lastWriteDeatiledStat;   // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÄÅÔÁÌØÎÏÊ ÓÔÁÔÉÓÔÉËÉ
 
-    bool            writeFreeMbTraffCost;
-
     // Properties
     USER_PROPERTY<double>         & cash;
     USER_PROPERTY<DIR_TRAFF>      & up;