Compare commits

..

2 Commits

3 changed files with 3 additions and 1 deletions

1
description.txt Normal file
View File

@ -0,0 +1 @@
Fix some map errors (flow and light problems)

View File

@ -59,3 +59,5 @@ minetest.register_chatcommand("mapfix", {
return true, "Done."
end,
})
minetest.log("action", "[mapfix] loaded.")

View File

@ -1,2 +1 @@
name = mapfix
description = Fix some map errors (flow and light problems)