fix: using proper maxRoundTime in TurnTimeoutTimer
This commit is contained in:
		@ -27,7 +27,7 @@ public class TurnTimeoutTimer {
 | 
			
		||||
            }
 | 
			
		||||
        };
 | 
			
		||||
        this.timer = Executors.newSingleThreadScheduledExecutor(threadFactory);
 | 
			
		||||
        this.maxRoundTime = Server.getPartyConfig().maxRoundTime;
 | 
			
		||||
        this.maxRoundTime = maxRoundTime;
 | 
			
		||||
        this.callback = callback;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user