From b5fc2c1df6b99624a22ac6bbddeb67d51b7c65cf Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Tue, 17 Dec 2019 19:08:49 -0500 Subject: [PATCH] Add a TODO file with accumulated notes from Discord. --- TODO | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..e894def --- /dev/null +++ b/TODO @@ -0,0 +1,17 @@ +------------------------------------------------------------------------ + +- ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod + '' in callback on_chat_message(): /config2/.minetest/mods/szutilpack/ + szutil_suadmin/init.lua:89: attempt to index field 'settings' (a + userdata value) + +- szutil_watch needs to save player inventory, watch for race + conditions. + +- Make szutil_invite accept multiple invitee names, w/ commas, maybe + even globs/wildcards? + +- Make szuti_invite notify inviter when invitee visits/departs, add + sound/particles to teleport? + +------------------------------------------------------------------------