Move InvestigateParty into the main events folder
This commit is contained in:
parent
5ef4544822
commit
7ad07ffe2c
2 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import { ChancellorNomination } from "./events/ChancellorNomination";
|
||||||
import { ExecutePlayer } from "./events/special/Execution/ExecutePlayer";
|
import { ExecutePlayer } from "./events/special/Execution/ExecutePlayer";
|
||||||
import { NextPresident } from "./events/special/SpecialElection/NextPresident";
|
import { NextPresident } from "./events/special/SpecialElection/NextPresident";
|
||||||
import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation";
|
import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation";
|
||||||
import { InvestigateParty } from "./events/special/InvestigateLoyalty/InvestigateParty";
|
import { InvestigateParty } from "./events/InvestigateParty";
|
||||||
|
|
||||||
export var log: Logger = new Logger({
|
export var log: Logger = new Logger({
|
||||||
displayFunctionName: false,
|
displayFunctionName: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue