--- a/gameServer/OfficialServer/checker.hs Sat Oct 26 13:58:49 2013 -0400
+++ b/gameServer/OfficialServer/checker.hs Sun Oct 27 00:39:06 2013 +0400
@@ -171,7 +171,7 @@
Right (login, password) <- runErrorT $ do
d <- liftIO $ getHomeDirectory
- conf <- join . liftIO . CF.readfile CF.emptyCP $ d ++ "/.hedgewars/hedgewars.ini"
+ conf <- join . liftIO . CF.readfile CF.emptyCP $ d ++ "/.hedgewars/settings.ini"
l <- CF.get conf "net" "nick"
p <- CF.get conf "net" "passwordhash"
return (B.pack l, B.pack p)