Ver Fonte

BETA: Fixed party request timeout it should be 15 seconds instead of 45.

Nos há 11 anos atrás
pai
commit
c374b0f7d1

+ 1 - 1
L2J_Server_BETA/java/com/l2jserver/gameserver/model/L2Party.java

@@ -80,7 +80,7 @@ public class L2Party extends AbstractPlayerGroup
 	// @formatter:on
 	
 	private static final Duration PARTY_POSITION_BROADCAST_INTERVAL = Duration.ofSeconds(12);
-	private static final Duration PARTY_DISTRIBUTION_TYPE_REQUEST_TIMEOUT = Duration.ofSeconds(45);
+	private static final Duration PARTY_DISTRIBUTION_TYPE_REQUEST_TIMEOUT = Duration.ofSeconds(15);
 	
 	private final FastList<L2PcInstance> _members;
 	private boolean _pendingInvitation = false;