diff --git a/zscript/unrealcommon.zsc b/zscript/unrealcommon.zsc index a6fb223..54eeb94 100644 --- a/zscript/unrealcommon.zsc +++ b/zscript/unrealcommon.zsc @@ -701,7 +701,7 @@ Class UPlayerMale3 : UPlayerMale override void A_SetPlayerSkin() { Super.A_SetPlayerSkin(); - String skin = player?CVar.GetCVar('sting_male2skin',player).GetString():"Dante"; + String skin = player?CVar.GetCVar('sting_male3skin',player).GetString():"Dante"; A_ChangeModel("",0,"","",0,"models/Male3",skin..".png",CMDL_USESURFACESKIN,-1); } override void SetFreezeSkin()