X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/13121b693bd98a04532195b9631b862b6136b3c7..cf7325e6b3244c7174424fa71e1972523324a69b:/projects/stargazer/plugins/other/userstat/userstat.h?ds=inline

diff --git a/projects/stargazer/plugins/other/userstat/userstat.h b/projects/stargazer/plugins/other/userstat/userstat.h
index 1c5776f8..18b128c1 100644
--- a/projects/stargazer/plugins/other/userstat/userstat.h
+++ b/projects/stargazer/plugins/other/userstat/userstat.h
@@ -56,8 +56,8 @@ public:
     virtual bool IsRunning() { return isRunning; }
     virtual const string  & GetStrError() const { return errorStr; }
     virtual const string    GetVersion() const { return version; }
-    virtual uint16_t        GetStartPosition() const { return 0; }
-    virtual uint16_t        GetStopPosition() const { return 0; }
+    virtual uint16_t        GetStartPosition() const { return 10; }
+    virtual uint16_t        GetStopPosition() const { return 10; }
 
 private:
     struct IsDone : public unary_function<DataThread, bool>