diff --git a/server/wsproxy/GCListener.cc b/server/wsproxy/GCListener.cc index 0fe6f27..8b7a379 100644 --- a/server/wsproxy/GCListener.cc +++ b/server/wsproxy/GCListener.cc @@ -22,6 +22,9 @@ public: virtual void DecodeUserPacket(char* buf, int& offset, unsigned int buflen) override { + #if 1 + is_activite = true; + #endif //packagelen + msgid + magiccode + msgbody //2 + 2 + 4+ xx + \0 + xx bool warning = false;