From 14901a06e6aeb8231cd27d81c071f15b1b658700 Mon Sep 17 00:00:00 2001 From: carrotZ1 Date: Sun, 30 Jul 2017 12:21:55 -0500 Subject: [PATCH] typo, remove unwanted --- CSMPFunctions.lua | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index b1dcb2a..95e9326 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -105,25 +105,23 @@ function SetRBXLegacyVersion(Version) elseif (rbxlegacyversion == 10) then -- Omega settings().Rendering.FrameRateManager = 2 pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end) - pcall(function() settings().Diagnostics:LegacyScriptMode() + pcall(function() settings().Diagnostics:LegacyScriptMode() end) --stamper game:GetService("InsertService"):SetBaseSetsUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=10&type=base") game:GetService("InsertService"):SetUserSetsUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d") - game:GetService("InsertService"):SetCollectionUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?sid=%d") + game:GetService("InsertService"):SetCollectionUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?sid=%d") game:GetService("InsertService"):SetAssetUrl("http://www.roblox.com/Asset/?id=%d") - game:GetService("InsertService"):SetAssetVersionUrl("http://www.roblox.com/Asset/?assetversionid=%d") - --[[corescripts - local RobloxGui = game:GetService("CoreGui"):WaitForChild("RobloxGui") - local scriptContext = game:GetService("ScriptContext") - scriptContext:AddCoreScript("CoreScripts/Playerlist", RobloxGui) - scriptContext:AddCoreScript("CoreScripts/GameMenu", RobloxGui) - scriptContext:AddCoreScript("CoreScripts/BackpackFull", RobloxGui) - ]]--todo: file:// (rbxasset://) and the corescript adder thing - end) - elseif (rbxlegacyversion == 11) then -- Ultra + game:GetService("InsertService"):SetAssetVersionUrl("http://www.roblox.com/Asset/?assetversionid=%d") + elseif (rbxlegacyversion == 11) then settings().Rendering.FrameRateManager = 2 pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end) pcall(function() settings().Diagnostics:LegacyScriptMode() end) + --stamper + game:GetService("InsertService"):SetBaseSetsUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=10&type=base") + game:GetService("InsertService"):SetUserSetsUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d") + game:GetService("InsertService"):SetCollectionUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?sid=%d") + game:GetService("InsertService"):SetAssetUrl("http://www.roblox.com/Asset/?id=%d") + game:GetService("InsertService"):SetAssetVersionUrl("http://www.roblox.com/Asset/?assetversionid=%d") end print("RBXLegacy client operation set to '" .. rbxlegacyversion .. "'.") end