diff --git a/VERSION b/VERSION index 9961e57d..3cb99729 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-69-gc564d054ea+1 \ No newline at end of file +B1-70-gbec4f83778+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index d7c2398b..7043ae2d 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1297,7 +1297,7 @@ static int lg_run() if ((status = lgmpClientInit(state.shm.mem, state.shm.size, &state.lgmp)) == LGMP_OK) break; - if (status == LGMP_ERR_INVALID_SESSION) + if (status == LGMP_ERR_INVALID_SESSION || status == LGMP_ERR_INVALID_MAGIC) { SDL_WaitEventTimeout(NULL, 1000); continue;