From 33d1becf4f758ce978c1fc7178cc1dbf3cd44717 Mon Sep 17 00:00:00 2001 From: mostlysimlar Date: Wed, 19 Aug 2020 15:59:22 -0700 Subject: [PATCH] fix: fix scythe libpath error message on gui startup --- internal/vendor/scythe/scythe.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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