From 9d71a18d5020de2a0d73b34a1b3e64b8913080dc Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 7 Nov 2020 00:56:38 +0100 Subject: [PATCH] Remove two old TODOs --- init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.lua b/init.lua index 23885b7..2a2c7fb 100644 --- a/init.lua +++ b/init.lua @@ -68,7 +68,6 @@ minetest.register_tool("orienteering:triangulator", { }) -- Displays player yaw --- TODO: calculate yaw difference between 2 points minetest.register_tool("orienteering:compass", { description = S("Compass"), _tt_help = S("Shows your yaw"), @@ -80,7 +79,6 @@ minetest.register_tool("orienteering:compass", { }) -- Displays player pitch --- TODO: calculate pitch difference between 2 points minetest.register_tool("orienteering:sextant", { description = S("Sextant"), _tt_help = S("Shows your pitch"),