1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

remove empty line

This commit is contained in:
Nathanaëlle Courant 2025-05-18 20:32:32 +02:00
parent 4be8fc59a7
commit 842a74f217

View file

@ -177,7 +177,6 @@ local function strip_game_suffix(type, name)
end
end
function contentdb.calculate_package_id(type, author, name)
return author:lower() .. "/" .. strip_game_suffix(type, name)
end