diff --git a/scripts/2011E/CSMPFunctions.lua b/scripts/2011E/CSMPFunctions.lua index 41a0bec..270f4df 100644 --- a/scripts/2011E/CSMPFunctions.lua +++ b/scripts/2011E/CSMPFunctions.lua @@ -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