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