From 8d9da1096eba3715c3169348e082d4be070eac9f Mon Sep 17 00:00:00 2001 From: Bitl Date: Mon, 28 Sep 2020 10:10:55 -0700 Subject: [PATCH] fixed stuff --- scripts/2011E/CSMPFunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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