dammit bitl part 3: the lack of good commits

This commit is contained in:
Bitl 2017-07-27 19:27:53 -07:00
parent 81c9a149d6
commit 6777da7909
1 changed files with 4 additions and 4 deletions

View File

@ -435,11 +435,11 @@ function InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,Torso
end end
elseif (i == 3) then elseif (i == 3) then
if (LArmID ~= nil) then if (LArmID ~= nil) then
newLArm.Value = LArmID BodyMesh.Value = LArmID
newLArm.Name = LArmID BodyMesh.Name = LArmID
else else
newLArm.Value = "DefaultLArm.rbxm" BodyMesh.Value = "DefaultLArm.rbxm"
newLArm.Name = "DefaultLArm.rbxm" BodyMesh.Name = "DefaultLArm.rbxm"
end end
elseif (i == 4) then elseif (i == 4) then
if (RArmID ~= nil) then if (RArmID ~= nil) then