Revert temporary /sync disable
parent
7ea3adbedc
commit
502a9404ed
4
init.lua
4
init.lua
|
@ -65,9 +65,6 @@ 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 = {}
|
||||||
|
|
||||||
|
@ -100,4 +97,3 @@ matrix.sync_forever(http_api, function(event)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
end
|
|
Loading…
Reference in New Issue