X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/78c67dad18539233b81cfb16144339dc389d5981..daa6cb18a0ff8451a9599905a01d66d6515fdb86:/projects/stargazer/plugins/other/userstat/userstat.h 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