Skip to content

Commit

Permalink
fix levels being moved before redrawing previews
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Sep 2, 2023
1 parent fa90c6e commit 41f567d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compat/game21/assets/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ function assets.get_pack(name)

-- move the table to its proper place
pack_data.levels = pack_data.pack_json.levels
pack_data.pack_json.levels = nil

pack_data.pack_id = pack_data.pack_json.pack_id
if pack_data.pack_json.dependencies ~= nil then
Expand Down

0 comments on commit 41f567d

Please sign in to comment.