From a73520f54afc71a495fe7a7d491b3bd478538cfd Mon Sep 17 00:00:00 2001 From: Etoh Date: Mon, 7 Oct 2013 21:41:25 +0100 Subject: [PATCH] Less strict check for syncplay.lua for OSX --- resources/lua/intf/syncplay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lua/intf/syncplay.lua b/resources/lua/intf/syncplay.lua index 3d757cf..6348d01 100644 --- a/resources/lua/intf/syncplay.lua +++ b/resources/lua/intf/syncplay.lua @@ -112,7 +112,7 @@ function mightbewindows() -- Used to detect whether the Operating System might be Windows. sysos = os.getenv("OS") if sysos == nil then - return true + return false elseif sysos == "" or string.match(sysos:lower(), "windows") then return true else