fix 2009
This commit is contained in:
parent
0e6b60b249
commit
c5c51d97a8
|
|
@ -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
|
||||
_G.CSSolo=CSSolo
|
||||
|
|
|
|||
Loading…
Reference in New Issue