Add temporary bug fix
parent
928c971193
commit
8b0ce1265a
4
init.lua
4
init.lua
|
@ -71,6 +71,9 @@ if awards then
|
||||||
end)
|
end)
|
||||||
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
|
-- Start Matrix sync
|
||||||
local names = {}
|
local names = {}
|
||||||
|
|
||||||
|
@ -103,3 +106,4 @@ matrix.sync_forever(http_api, function(event)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
end
|
Loading…
Reference in New Issue