From 6bf8083f7a46eaa53ad973b52ebb2552be6c388b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Fri, 30 Apr 2021 00:00:15 +0200 Subject: [PATCH] Add a function for resetting the movement history to the public api --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index 45e149d..1262fe8 100644 --- a/src/main.js +++ b/src/main.js @@ -22,6 +22,7 @@ Hooks.once("init", () => { getMovedDistanceFromToken, registerModule, registerSystem, + resetMovementHistory, } })