diff --git a/Loader/Version.model.json b/Loader/Version.model.json index 50b0f991a1..d56184fe88 100644 --- a/Loader/Version.model.json +++ b/Loader/Version.model.json @@ -1,6 +1,6 @@ { "ClassName": "NumberValue", "Properties": { - "Value": 261 + "Value": 260 } } diff --git a/MainModule/Server/Core/Admin.luau b/MainModule/Server/Core/Admin.luau index 794634841c..51e4e7078f 100644 --- a/MainModule/Server/Core/Admin.luau +++ b/MainModule/Server/Core/Admin.luau @@ -439,7 +439,7 @@ return function(Vargs, GetEnv) for i,argType in argTab do local replaceWith = suppliedArgs[i] if replaceWith then - out = string.gsub(out, SanitizePattern(argType), SanitizePattern(replaceWith)) + out = string.gsub(out, SanitizePattern(argType), replaceWith) end end