Move the NextPresident file into the main events folder

This commit is contained in:
Oliver-Akins 2020-10-08 23:26:29 -06:00
parent 7ad07ffe2c
commit 73b44fc5c0
2 changed files with 1 additions and 1 deletions

View file

@ -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";