Mise à jour de 'mods/ITEMS/mcl_lanterns/init.lua'

This commit is contained in:
3raven 2022-04-09 19:49:23 +00:00
parent a1ca0c3431
commit a47e0d2f17
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
local S = minetest.get_translator(mcl_lanterns)
local modpath = minetest.get_modpath(mcl_lanterns)
local S = minetest.get_translator(minetest.get_current_modname())
local modpath = minetest.get_modpath(minetest.get_current_modname())
mcl_lanterns = {}