MISC: Decrease factionInviteCheckInterval and check for Invites on faction page load (#1943)

This commit is contained in:
TheAimMan
2025-01-31 14:49:15 -05:00
committed by GitHub
parent 4a452b8aca
commit 16022d36f4
2 changed files with 2 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ import { AlertManager } from "./React/AlertManager";
import { PromptManager } from "./React/PromptManager";
import { FactionInvitationManager } from "../Faction/ui/FactionInvitationManager";
import { calculateAchievements } from "../Achievements/Achievements";
import { RecoveryMode, RecoveryRoot } from "./React/RecoveryRoot";
import { AchievementsRoot } from "../Achievements/AchievementsRoot";
import { ErrorBoundary } from "./ErrorBoundary";