Skip to content

Commit

Permalink
Update (framework) : Better compatibility with VORP skin
Browse files Browse the repository at this point in the history
  • Loading branch information
KadDarem committed Dec 17, 2024
1 parent 326cf33 commit becd8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jo_libs/modules/framework-bridge/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ end

---@param key string
local function isOverlayKey(key)
if key == "eyebrow_height" then return false end
if skinCategoryBridge[jo.framework:get()].overlays[key] then return false end
for search, layerName in pairs(skinCategoryBridge[jo.framework:get()].overlays) do
if key:find(search) then
if key == search then
Expand Down

0 comments on commit becd8d4

Please sign in to comment.