]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/ping/ping.h
Plugin loading order fixed
[stg.git] / projects / stargazer / plugins / other / ping / ping.h
index 63b86a6e9e5a634ccf0f32e3b277ca26de744a22..6c31eb9589facd72454d132b07fc027b7bc9d456 100644 (file)
@@ -116,8 +116,8 @@ public:
 
     const std::string & GetStrError() const { return errorStr; }
     const std::string GetVersion() const { return "Pinger v.1.01"; }
-    uint16_t GetStartPosition() const { return 100; }
-    uint16_t GetStopPosition() const { return 100; }
+    uint16_t GetStartPosition() const { return 10; }
+    uint16_t GetStopPosition() const { return 10; }
 
     void AddUser(USER_PTR u);
     void DelUser(USER_PTR u);