From c5c51d97a8bf00e115ff6c3a4af847dcf6252d44 Mon Sep 17 00:00:00 2001 From: Quacky Date: Fri, 28 Jul 2017 20:25:00 -0500 Subject: [PATCH] fix 2009 --- CSMPFunctions.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 8356821..48d1b5b 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -130,7 +130,6 @@ function SetRBXLegacyVersion(Version) pcall(function() settings().Diagnostics:LegacyScriptMode() end) wait() -- intalizing game.GuiRoot.ScoreHud:Remove() -- no legacy scorehud, allow for the new one - end) elseif (rbxlegacyversion == "omega") then settings().Rendering.FrameRateManager = 2 pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end) @@ -817,4 +816,4 @@ end _G.SetRBXLegacyVersion=SetRBXLegacyVersion _G.CSServer=CSServer _G.CSConnect=CSConnect -_G.CSSolo=CSSolo \ No newline at end of file +_G.CSSolo=CSSolo