Compare commits

..

2 Commits

Author SHA1 Message Date
618fff5c19 Merge remote-tracking branch 'upstream/master' 2020-12-15 23:26:54 +01:00
sys4-fr
8bbfb77ddb Ajoute message de chargement du mod dans le journal "action" 2018-12-26 21:20:29 +01:00
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)