From 65ee9ac06eb52f1edbc2ac94c09be8c3a4857274 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Sat, 25 Nov 2017 04:38:30 -0500 Subject: [PATCH] TODO --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index f125fe3..6684227 100644 --- a/init.lua +++ b/init.lua @@ -334,6 +334,9 @@ minetest.register_chatcommand("gs", { if param[1] == "load" then -- TODO Mod security. if param[2] then + -- TODO Check for existence of new songfile to load. + -- If loaded from world_dir, save songs.txt there. + -- If loaded from mod_dir, save to songs.txt there. if not se then return true, "`gen_music' is not a trusted mod." end