diff --git a/script/apps/Aries/Creator/Game/NplBrowser/NplBrowserLoaderPage.lua b/script/apps/Aries/Creator/Game/NplBrowser/NplBrowserLoaderPage.lua index 0e4a2498..f94a37c2 100644 --- a/script/apps/Aries/Creator/Game/NplBrowser/NplBrowserLoaderPage.lua +++ b/script/apps/Aries/Creator/Game/NplBrowser/NplBrowserLoaderPage.lua @@ -198,6 +198,10 @@ function NplBrowserLoaderPage.Check(callback) return end + if(System.os.GetPlatform() == "mac")then + return + end + local mod = BuildinMod.GetModByName("NplBrowser") or {}; local version = mod.version;