diff options
Diffstat (limited to 'src/rollback.h')
-rw-r--r-- | src/rollback.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rollback.h b/src/rollback.h index 0ae80c51d..5e76042b5 100644 --- a/src/rollback.h +++ b/src/rollback.h @@ -35,8 +35,8 @@ public: virtual std::string getActor() = 0; virtual bool isActorGuess() = 0; virtual void setActor(const std::string &actor, bool is_guess) = 0; - // nearness_shortcut: 100 = same second, same node; 90 = 10s or 10 nodes - virtual std::string getSuspect(v3s16 p, int max_time, float nearness_shortcut) = 0; + virtual std::string getSuspect(v3s16 p, float nearness_shortcut, + float min_nearness) = 0; virtual ~IRollbackManager(){} virtual void flush() = 0; |