diff --git a/internal/vendor/scythe/scythe.lua b/internal/vendor/scythe/scythe.lua index d04d3f61..971db6d2 100644 --- a/internal/vendor/scythe/scythe.lua +++ b/internal/vendor/scythe/scythe.lua @@ -17,7 +17,7 @@ Scythe.args = args and args[1] or {} Scythe.libPath = reaper.GetExtState("Scythe v3", "libPath") if not Scythe.libPath or Scythe.libPath == "" then - reaper.MB("Couldn't find the Scythe library. Please run 'Set Scythe library path' in your Action List.", "Whoops!", 0) -- luacheck: ignore 631 + -- reaper.MB("Couldn't find the Scythe library. Please run 'Set Scythe library path' in your Action List.", "Whoops!", 0) -- luacheck: ignore 631 return end