Skip to content

Commit

Permalink
Up disagreement window to 35 frames
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 10, 2024
1 parent b7f7220 commit 2835b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/HydraMultiplayer/dedicated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class HydraMultiplayerDedicated extends HydraMultiplayer {
if (!allAgree) {
this.disagreeementTimer++;
console.log(`Players disagree on kills! They have ${10 - this.disagreeementTimer} to resolve this`);
if (this.disagreeementTimer > 10) {
if (this.disagreeementTimer > 35) {
console.log(`Players disagree on kills for too long; cancelling game!`);
this.onDisagreement?.();
}
Expand Down

0 comments on commit 2835b52

Please sign in to comment.