New game started from outside of lobby has been handled

This commit is contained in:
Seraina 2022-04-14 12:20:04 +02:00
parent 33d9ea899e
commit 0dbc3093e2

View File

@ -311,6 +311,8 @@ public class ClientHandler implements Runnable {
t.start();
} catch (TrainOverflow e) {
LOGGER.warn(e.getMessage());
} catch (NullPointerException e) {
LOGGER.warn("Client is not in a lobby");
}
}