Add temporary bug fix

main
Bram van den Heuvel 2024-03-06 23:42:16 +01:00
parent 928c971193
commit 8b0ce1265a
1 changed files with 5 additions and 1 deletions

View File

@ -71,6 +71,9 @@ if awards then
end)
end
-- As long as the Minetest Lua API has a bug, this cannot be enabled
-- See issue #14394: https://github.com/minetest/minetest/issues/14394
if false then
-- Start Matrix sync
local names = {}
@ -102,4 +105,5 @@ matrix.sync_forever(http_api, function(event)
minetest.chat_send_all("Adding Matrix user \"" .. names[event.state_key] .. "\" (" .. event.state_key .. ")")
end
end
end)
end)
end