content packs icons fix

This commit is contained in:
MihailRis
2024-04-19 13:56:24 +03:00
parent 01f41715d7
commit bedcc438f4
5 changed files with 18 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ function add_pack(packid, packinfo)
end
packinfo.id = packid
packinfo.remover = remover
packinfo.icon = "gui/no_icon"
document.packs_panel:add(gui.template("pack", packinfo))
end