master #5

Merged
NO11 merged 42 commits from VoxeLibre/VoxeLibre:master into master 2021-08-11 17:38:46 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e44e9eaf62 - Show all commits

View File

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