From a6cf0156310daef8d957acbe35b537e09a64e764 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 15 May 2020 01:45:04 +0200 Subject: [PATCH] Remove the final TODO --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 2d1250e..beead65 100644 --- a/init.lua +++ b/init.lua @@ -826,7 +826,7 @@ end -- Show probability and force_place status of a particular position for player in HUD. -- Probability is shown as a number followed by “[F]” if the node is force-placed. -- The distance to the node is also displayed below that. This can't be avoided and is --- and artifact of the waypoint HUD element. TODO: Hide displayed distance. +-- and artifact of the waypoint HUD element. function schemedit.display_node_prob(player, pos, prob, force_place) local wpstring if prob and force_place == true then