Skip to content

Commit

Permalink
fix(esx/migration): Invalid user model
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Feb 10, 2023
1 parent faa0b5e commit 5604d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/framework/esx/migrate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ local function convertSkinToNewFormat(oldSkin, gender)
secondColor = oldSkin.makeup_4 or 0
}
},
model = gender == "m" and "mp_m_freemode_01" or "mp_m_freemode_01",
model = gender == "m" and "mp_m_freemode_01" or "mp_f_freemode_01",
props = Framework.ConvertProps(oldSkin),
tattoos = {}
}
Expand Down

0 comments on commit 5604d29

Please sign in to comment.