author | unc0rr |
Sat, 03 Jan 2015 00:30:30 +0300 | |
changeset 10746 | c882355f7bc3 |
parent 10744 | 205cbe137461 |
child 10748 | dc587913987c |
child 10749 | d902c5538015 |
--- 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..."