diff --git a/src/events/special/SpecialElection/NextPresident.ts b/src/events/NextPresident.ts similarity index 100% rename from src/events/special/SpecialElection/NextPresident.ts rename to src/events/NextPresident.ts diff --git a/src/main.ts b/src/main.ts index 1a82775..c7bae6e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -14,7 +14,7 @@ import { ChancellorPolicy } from "./events/ChancellorPolicy"; import { PresidentPolicies } from "./events/PresidentPolicies"; import { ChancellorNomination } from "./events/ChancellorNomination"; import { ExecutePlayer } from "./events/special/Execution/ExecutePlayer"; -import { NextPresident } from "./events/special/SpecialElection/NextPresident"; +import { NextPresident } from "./events/NextPresident"; import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation"; import { InvestigateParty } from "./events/InvestigateParty";