fixed stuff

This commit is contained in:
Bitl 2020-09-28 10:10:55 -07:00
parent 5c0e55a5f4
commit 8d9da1096e
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ function LoadCharacterNew(playerApp,newChar)
newShirt = Instance.new("Shirt")
newShirt.ShirtTemplate = newVal.Value
newShirt.Parent = newChar
elseif (string.match(newVal.Value, "epicgamers") == "epicgamers")) then
elseif (string.match(newVal.Value, "epicgamers") == "epicgamers") then
newShirt = Instance.new("Shirt")
newShirt.ShirtTemplate = newVal.Value
newShirt.Parent = newChar