From 6ccb5f840ef43dbae70cd99639c1bc0f57395f3f Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 8 Oct 2020 23:24:02 -0600 Subject: [PATCH] Rename event. --- .../{InvestigateAffiliation.ts => InvestigateParty.ts} | 0 src/main.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/events/special/InvestigateLoyalty/{InvestigateAffiliation.ts => InvestigateParty.ts} (100%) diff --git a/src/events/special/InvestigateLoyalty/InvestigateAffiliation.ts b/src/events/special/InvestigateLoyalty/InvestigateParty.ts similarity index 100% rename from src/events/special/InvestigateLoyalty/InvestigateAffiliation.ts rename to src/events/special/InvestigateLoyalty/InvestigateParty.ts diff --git a/src/main.ts b/src/main.ts index 2a12952..2a09d01 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 { InvestigateAffiliation } from "./events/special/InvestigateLoyalty/InvestigateAffiliation"; +import { InvestigateAffiliation } from "./events/special/InvestigateLoyalty/InvestigateParty"; export var log: Logger = new Logger({ displayFunctionName: false,