diff -r 09a44c8fbfba -r 57d343ee382f project_files/frontlib/net/netconn.c --- a/project_files/frontlib/net/netconn.c Sat Aug 18 13:45:00 2012 +0200 +++ b/project_files/frontlib/net/netconn.c Sat Aug 18 18:08:37 2012 +0200 @@ -333,7 +333,6 @@ conn->onDisconnectedCb(conn->onDisconnectedCtx, NETCONN_DISCONNECT_INTERNAL_ERROR, "Internal error"); exit = true; } else { - team->remoteDriven = true; conn->onTeamAddCb(conn->onTeamAddCtx, team); } }