Fix maple mod translator object

master
Olivier Dragon 2020-08-14 23:24:03 -04:00
parent c73c4afa3a
commit 64f06ef8e9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ local S = minetest.get_translator("maple")
minetest.log(S("Loading maple"))
maple = {
get_get_translator
get_translator = S
}
dofile(minetest.get_modpath("maple").."/trees.lua")