diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 3eea276..3a048e6 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -143,7 +143,7 @@ function SetRBXLegacyVersion(Version) pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end) pcall(function() settings().Diagnostics:LegacyScriptMode() end)]]--we aren't ready for this yet end - print("RBXLegacy client opration set to '" .. rbxlegacyversion .. "'.") + print("RBXLegacy client operation set to '" .. rbxlegacyversion .. "'.") end rbxversion = version()