Skip to content

Commit

Permalink
[RELEASE] SiraUtil 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Auros authored Nov 25, 2020
2 parents a34d8ed + b63e4bf commit bd68350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SiraUtil/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void OnEnable()

private void SceneManager_activeSceneChanged(Scene oldScene, Scene newScene)
{
Plugin.Log.Info($"{oldScene.name} -> {newScene.name}");
//Plugin.Log.Info($"{oldScene.name} -> {newScene.name}");
if (newScene.name == "MenuViewControllers" && !ZenjectManager.ProjectContextWentOff)
{
SharedCoroutineStarter.instance.StartCoroutine(BruteForceRestart());
Expand Down

0 comments on commit bd68350

Please sign in to comment.