--- a/sources/main.cpp Sun Dec 14 20:47:44 2014 +0200 +++ b/sources/main.cpp Sun Dec 14 23:21:38 2014 +0200 @@ -43,10 +43,6 @@ HUFFMAN_Construct(); Interface::initialize(); - new RCONSession; - RCONSession::get_session()->set_password ("testpassword"); - RCONSession::get_session()->connect (IPAddress (localhost, 10666)); - for (;;) { fd_set fdset;