From 7ad07ffe2c891f49afb5e90c56e3ca9da2b2417e Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 8 Oct 2020 23:26:00 -0600 Subject: [PATCH] Move InvestigateParty into the main events folder --- src/events/{special/InvestigateLoyalty => }/InvestigateParty.ts | 0 src/main.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/events/{special/InvestigateLoyalty => }/InvestigateParty.ts (100%) diff --git a/src/events/special/InvestigateLoyalty/InvestigateParty.ts b/src/events/InvestigateParty.ts similarity index 100% rename from src/events/special/InvestigateLoyalty/InvestigateParty.ts rename to src/events/InvestigateParty.ts diff --git a/src/main.ts b/src/main.ts index 280d7cc..1a82775 100644 --- a/src/main.ts +++ b/src/main.ts @@ -16,7 +16,7 @@ import { ChancellorNomination } from "./events/ChancellorNomination"; import { ExecutePlayer } from "./events/special/Execution/ExecutePlayer"; import { NextPresident } from "./events/special/SpecialElection/NextPresident"; import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation"; -import { InvestigateParty } from "./events/special/InvestigateLoyalty/InvestigateParty"; +import { InvestigateParty } from "./events/InvestigateParty"; export var log: Logger = new Logger({ displayFunctionName: false,