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,