diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index dd8a7e6..5adf2f8 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -1203,7 +1203,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He local isAdmin = Instance.new("BoolValue") isAdmin.Parent = Player isAdmin.Name = "isAdmin" - isAdmin.Value = "" .. IsAdminUser .. "" + isAdmin.Value = IsAdminUser else pcall(function() game:SetPlaceID(-1, false) end) @@ -1224,7 +1224,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He local isAdmin = Instance.new("BoolValue") isAdmin.Parent = player isAdmin.Name = "isAdmin" - isAdmin.Value = "" .. IsAdminUser .. "" + isAdmin.Value = IsAdminUser end) local function dieerror(errmsg) diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/SDKForm.Designer.cs b/RBXLegacyLauncher/RBXLegacyLauncher/SDKForm.Designer.cs index d75ecdc..4b2abe4 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/SDKForm.Designer.cs +++ b/RBXLegacyLauncher/RBXLegacyLauncher/SDKForm.Designer.cs @@ -95,9 +95,9 @@ // this.checkBox4.Location = new System.Drawing.Point(5, 106); this.checkBox4.Name = "checkBox4"; - this.checkBox4.Size = new System.Drawing.Size(182, 20); + this.checkBox4.Size = new System.Drawing.Size(192, 20); this.checkBox4.TabIndex = 34; - this.checkBox4.Text = "Client has \"rocky\" packet errors"; + this.checkBox4.Text = "Use Sudppipe (RECCOMENDED)"; this.checkBox4.UseVisualStyleBackColor = true; this.checkBox4.CheckedChanged += new System.EventHandler(this.CheckBox4CheckedChanged); //