From 29b0d97582caba80d1578c3781dfc39814bc07b1 Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Sat, 8 Jul 2017 20:28:12 -0700 Subject: [PATCH] redid text on load version --- CSMPFunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 03238d8..a2e9b25 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -133,7 +133,7 @@ function SetRBXLegacyVersion(Version) pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end) pcall(function() settings().Diagnostics:LegacyScriptMode() end) end - print("ROBLOX Client version set to '" .. rbxlegacyversion .. "'.") + print("RBXLegacy client opration set to '" .. rbxlegacyversion .. "'.") end rbxversion = version()