From 4ce23465d2c3a900c482614e51ca50fbe1dc7202 Mon Sep 17 00:00:00 2001 From: Quacky Date: Tue, 11 Jul 2017 00:15:46 -0500 Subject: [PATCH] typo --- CSMPFunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()