aboutsummaryrefslogtreecommitdiff
path: root/src/features/waypoints
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/waypoints')
-rw-r--r--src/features/waypoints/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/features/waypoints/index.js b/src/features/waypoints/index.js
index 10c45d0..9d98ef2 100644
--- a/src/features/waypoints/index.js
+++ b/src/features/waypoints/index.js
@@ -192,7 +192,6 @@ class Waypoints extends Feature {
if (!this.orderedWaypoints.get(this.currentOrderedWaypointIndex)) {
this.currentOrderedWaypointIndex = 0
}
- ChatLib.chat(this.currentOrderedWaypointIndex)
return
}
if (distanceTo1 < 5) {
@@ -203,7 +202,6 @@ class Waypoints extends Feature {
if (!this.orderedWaypoints.get(this.currentOrderedWaypointIndex)) {
this.currentOrderedWaypointIndex = 0
}
- ChatLib.chat(this.currentOrderedWaypointIndex)
}
})