fixed missing import for customitemservice, added bundle loading sequence in the program.cs (#333)
* Added missing import for reflection /bonk * Implemented bundles.json loading directly into program.cs `IsBundleMod` is now read from all loaded mods metadata, and if set to true the bundles.json is read from the mod directory. * re-assign the sorted valid mods to the loadedMods list since ValidateMods returns the sortedLoadedMods, this is the list of mods we should be passing to our other spots --------- Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,7 @@ using SPTarkov.Server.Core.Models.Spt.Mod;
|
||||
using SPTarkov.Server.Core.Models.Utils;
|
||||
using SPTarkov.Server.Core.Utils;
|
||||
using SPTarkov.Server.Core.Utils.Cloners;
|
||||
using System.Reflection;
|
||||
|
||||
namespace SPTarkov.Server.Core.Services.Mod;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user