From b7e7c780fdd50923b15f3ab093234220698e15fa Mon Sep 17 00:00:00 2001 From: loop <126372784+tribes2@users.noreply.github.com> Date: Tue, 21 Oct 2025 00:27:26 +0100 Subject: [PATCH] out of ideas tbh --- scripts/SkillSectorGame.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); }