mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 16:41: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
|
||||
return namespace
|
||||
else
|
||||
return ""
|
||||
return
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue