fix: added missing maxRoundTime to PartyConfig

This commit is contained in:
Yannik Bretschneider 2021-06-03 22:15:22 +02:00
parent c2e22e5374
commit 670a27d3ef
1 changed files with 3 additions and 0 deletions

View File

@ -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;