diff --git a/VERSION b/VERSION index 3da79705..26002c68 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-168-gd3836d4548+1 \ No newline at end of file +B1-169-g7018a3e737+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index 24cb8879..bf0d7b59 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1475,7 +1475,7 @@ static int lg_run() if (!lgmpClientSessionValid(state.lgmp)) { DEBUG_WARN("Session is invalid, has the host shutdown?"); - // break; + break; } (void)closeAlert;