New game started from outside of lobby has been handled
This commit is contained in:
parent
33d9ea899e
commit
0dbc3093e2
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user