diff -r 205cbe137461 -r c882355f7bc3 gameServer/OfficialServer/checker.hs --- a/gameServer/OfficialServer/checker.hs Sat Jan 03 00:29:34 2015 +0300 +++ b/gameServer/OfficialServer/checker.hs Sat Jan 03 00:30:30 2015 +0300 @@ -204,7 +204,7 @@ Exception.bracket setupConnection (\s -> noticeM "Core" "Shutting down" >> sClose s) - (session login password d exeFullname dataPrefix) + (session login password (d ++ "/.hedgewars") exeFullname dataPrefix) where setupConnection = do noticeM "Core" "Connecting to the server..."