change the names in code

This commit is contained in:
JohnCorby 2022-11-23 17:11:29 -08:00
parent a08ba20372
commit 0b2ee8b97c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ namespace NewHorizons.Handlers
public static void Initialize()
{
VesselBundle = Instance.ModHelper.Assets.LoadBundle("Assets/vessel.newhorizons");
VesselBundle = Instance.ModHelper.Assets.LoadBundle("Assets/newhorizons_private");
VesselPrefab = VesselBundle.LoadAsset<GameObject>("Vessel_Body");
}

View File

@ -195,7 +195,7 @@ namespace NewHorizons
GlobalMessenger<DeathType>.AddListener("PlayerDeath", OnDeath);
GlobalMessenger.AddListener("WakeUp", OnWakeUp);
NHAssetBundle = ModHelper.Assets.LoadBundle("Assets/xen.newhorizons");
NHAssetBundle = ModHelper.Assets.LoadBundle("Assets/newhorizons_public");
VesselWarpHandler.Initialize();
ResetConfigs(resetTranslation: false);