--- a/sources/network/rconsession.h Mon Dec 15 02:15:09 2014 +0200 +++ b/sources/network/rconsession.h Mon Dec 15 03:09:26 2014 +0200 @@ -106,6 +106,7 @@ METHOD send_command (const String& message) -> bool; METHOD state() const -> RCONSessionState; METHOD level() const -> const String&; + METHOD is_active() const -> bool; static METHOD new_session() -> RCONSession*; static METHOD get_session() -> RCONSession*;