From f7911e3462edb9f33bd7b500deb9263f0882234e Mon Sep 17 00:00:00 2001 From: Quacky Date: Sun, 9 Jul 2017 22:15:09 -0500 Subject: [PATCH] oops --- CSMPFunctions.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 5af92ae..49a5f6a 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -129,13 +129,14 @@ function SetRBXLegacyVersion(Version) elseif (rbxlegacyversion == "omega") then settings().Rendering.FrameRateManager = 2 pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end) - pcall(function() settings().Diagnostics:LegacyScriptMode() end) + pcall(function() settings().Diagnostics:LegacyScriptMode() --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) --[[elseif (rbxlegacyversion == "ultra") then settings().Rendering.FrameRateManager = 2 pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end)