mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Fix typo
This commit is contained in:
parent
09a68443cd
commit
e44e9eaf62
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function mcl_item_id.get_mod_namespace(modname)
|
||||||
if namespace then
|
if namespace then
|
||||||
return namespace
|
return namespace
|
||||||
else
|
else
|
||||||
return ""
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue