Skip to content

Commit

Permalink
inject dialogue earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Sep 9, 2024
1 parent 2096e91 commit 3b2b516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Winch/Core/AssetLoaderObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ private void OnGameStartable()
private void OnGameStarted()
{
WinchCore.Log.Debug("[AssetLoaderObject] OnGameStarted()");
DialogueUtil.Inject();
}

private void OnGameEnded()
Expand Down
1 change: 1 addition & 0 deletions Winch/Patches/API/GameSceneInitializerPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public static void Prefix(GameSceneInitializer __instance)
{
try
{
DialogueUtil.Inject();
VibrationUtil.PopulateVibrationDatas();
DockUtil.Populate();
PoiUtil.Populate();
Expand Down

0 comments on commit 3b2b516

Please sign in to comment.