diff --git a/scripts/SkillSectorGame.cs b/scripts/SkillSectorGame.cs index 0e30ab2..2a56d46 100644 --- a/scripts/SkillSectorGame.cs +++ b/scripts/SkillSectorGame.cs @@ -25,7 +25,9 @@ function SkillSector::initGameVars(%game) { function SkillSector::missionLoadDone(%game) { DefaultGame::missionLoadDone(%game); - + + echo("Mission loading..."); + AimTrainerInit(); WaypointWranglerInit(); }