From 73b44fc5c05820667ce496ab9d85c5606f2b4cdd Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 8 Oct 2020 23:26:29 -0600 Subject: [PATCH] Move the NextPresident file into the main events folder --- src/events/{special/SpecialElection => }/NextPresident.ts | 0 src/main.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/events/{special/SpecialElection => }/NextPresident.ts (100%) 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";