mirror of
https://github.com/tribes2/SkillSector.git
synced 2026-03-07 06:20:35 +00:00
initGameVars moved to missionLoadDone
This commit is contained in:
parent
d8c83788fe
commit
8cf32e8652
2 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ package SkillSector {
|
|||
};
|
||||
|
||||
function SkillSector::initGameVars(%game) {
|
||||
}
|
||||
|
||||
|
||||
function SkillSector::missionLoadDone(%game) {
|
||||
DefaultGame::missionLoadDone(%game);
|
||||
|
||||
AimTrainerInit();
|
||||
WaypointWranglerInit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue