From eaa8fb6c306542f4595965ddcaf4a6b8a284ac76 Mon Sep 17 00:00:00 2001 From: Bitl Date: Sun, 17 Nov 2019 15:43:50 -0700 Subject: [PATCH] Fixed a bug before release --- clients/2009L/content/scripts/CSMPFunctions.lua | 2 +- clients/2010L/content/scripts/CSMPFunctions.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/2009L/content/scripts/CSMPFunctions.lua b/clients/2009L/content/scripts/CSMPFunctions.lua index f45a48a..f671f52 100644 --- a/clients/2009L/content/scripts/CSMPFunctions.lua +++ b/clients/2009L/content/scripts/CSMPFunctions.lua @@ -561,8 +561,8 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He end pcall(function() Player.Name=PlayerName or "" end) - InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,LeftArmColorID,RightArmColorID,LeftLegColorID,RightLegColorID,TShirtID,ShirtID,PantsID,FaceID,HeadID,ItemID) InitalizeSecurityValues(Player,ClientEXEMD5,LauncherMD5,ClientScriptMD5) + InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,LeftArmColorID,RightArmColorID,LeftLegColorID,RightLegColorID,TShirtID,ShirtID,PantsID,FaceID,HeadID,ItemID) InitalizeTripcode(Player,Tripcode) pcall(function() Player:SetUnder13(false) end) pcall(function() Player:SetMembershipType(Enum.MembershipType.BuildersClub) end) diff --git a/clients/2010L/content/scripts/CSMPFunctions.lua b/clients/2010L/content/scripts/CSMPFunctions.lua index afa2f77..8dcc1c3 100644 --- a/clients/2010L/content/scripts/CSMPFunctions.lua +++ b/clients/2010L/content/scripts/CSMPFunctions.lua @@ -561,8 +561,8 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He end pcall(function() Player.Name=PlayerName or "" end) - InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,LeftArmColorID,RightArmColorID,LeftLegColorID,RightLegColorID,TShirtID,ShirtID,PantsID,FaceID,HeadID,ItemID) InitalizeSecurityValues(Player,ClientEXEMD5,LauncherMD5,ClientScriptMD5) + InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,LeftArmColorID,RightArmColorID,LeftLegColorID,RightLegColorID,TShirtID,ShirtID,PantsID,FaceID,HeadID,ItemID) InitalizeTripcode(Player,Tripcode) pcall(function() Player:SetUnder13(false) end) pcall(function() Player:SetMembershipType(Enum.MembershipType.BuildersClub) end)