HOTFIX: hotfixed show-stopping bug
This commit is contained in:
parent
2da32cb397
commit
7d486df64f
@ -49,7 +49,7 @@ public class LobbyConnection implements Runnable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void addParticipant(Participant participant) {
|
public void addParticipant(Participant participant) {
|
||||||
if (this.state == LobbyConnectionState.Started || this.player1.state == ParticipantState.Playing) {
|
if (this.state == LobbyConnectionState.Started) {
|
||||||
Logger.trace("Set client state to playing");
|
Logger.trace("Set client state to playing");
|
||||||
participant.getClient().state = ClientState.Playing;
|
participant.getClient().state = ClientState.Playing;
|
||||||
participant.state = ParticipantState.Playing;
|
participant.state = ParticipantState.Playing;
|
||||||
|
Loading…
Reference in New Issue
Block a user