Skip to content

Commit

Permalink
Changed cammie disconnect message delay to 300s (#615)
Browse files Browse the repository at this point in the history
Co-authored-by: lverherb <[email protected]>
  • Loading branch information
FranseHamburger and lverherb authored Nov 9, 2023
1 parent 5d3c5cd commit a909bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/assets/scripts/cammie.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function cammie_loaded() {
document.getElementById("cammie-ctrls-2").remove();
}
};
setTimeout(showWarning, 25000);
setTimeout(showWarning, 300000);
cammieTimerStarted = true;
}

Expand Down

0 comments on commit a909bd4

Please sign in to comment.