HOTFIX: hotfixed show-stopping bug
This commit is contained in:
		@ -49,7 +49,7 @@ public class LobbyConnection implements Runnable {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    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");
 | 
			
		||||
            participant.getClient().state = ClientState.Playing;
 | 
			
		||||
            participant.state = ParticipantState.Playing;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user