Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public boolean canTickModule() {
// Refresh if stuck on revive for 90 seconds, revive locations may have different cooldowns
if ((System.currentTimeMillis() - lastDeath - main.config.GENERAL.SAFETY.WAIT_BEFORE_REVIVE * 1000L) > 90_000) {
triggerRefresh("Triggering refresh: stuck on revive for too long!", false);
lastDeath = -1; // Reset so consecutive refreshes don't fire immediately after reconnect
}

return false;
Expand Down
Loading