This commit is contained in:
NO11 2021-07-23 21:35:10 +00:00
parent 09a68443cd
commit e44e9eaf62
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function mcl_item_id.get_mod_namespace(modname)
if namespace then
return namespace
else
return ""
return
end
end