fix: added missing maxRoundTime to PartyConfig
This commit is contained in:
@ -42,6 +42,9 @@ public class PartyConfig {
|
||||
/** Max pause time. Optional */
|
||||
public int maxPauseTime;
|
||||
|
||||
/** Duration that the server waits for the client to respond (send a message), based on the usage of Keep-Alives */
|
||||
public int maxResponseTime;
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
if (this == o) return true;
|
||||
|
Reference in New Issue
Block a user