Skip to content

Commit

Permalink
Fixed update
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen013 committed Oct 1, 2022
1 parent fd38742 commit 04681a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Owen013.TeenyHatchling/SmolHatchling.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ private void Awake()
private void Start()
{
// Load assets
textAssets = ModHelper.Assets.LoadBundle("Assets/textassets");
models = ModHelper.Assets.LoadBundle("Assets/models");
//textAssets = ModHelper.Assets.LoadBundle("Assets/textassets");
//models = ModHelper.Assets.LoadBundle("Assets/models");

// Add patches
ModHelper.HarmonyHelper.AddPostfix<PlayerCharacterController>("Start", typeof(Patches), nameof(Patches.CharacterStart));
Expand Down

0 comments on commit 04681a7

Please sign in to comment.