Skip to content

Commit

Permalink
Cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Sep 15, 2024
1 parent 5e95a4d commit 8cc1164
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions MultiplayerExtensions/Patchers/EnvironmentPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,23 +133,6 @@ private void PreventEnvironmentActivation(List<string> scenesToPresent)
}
}
}
//else if (scenesToPresent.Contains("MultiplayerEnvironment"))
//{
// var sceneObjects = SceneManager.GetSceneByName(defaultScene).GetRootGameObjects().ToList();
// foreach (GameObject gameObject in sceneObjects)
// {
// var saberBurnMarkSparkles = gameObject.transform.GetComponentInChildren<SaberBurnMarkSparkles>();
// if (saberBurnMarkSparkles != null)
// _logger.Debug($"Found SaberBurnMarkSparkles in GameObject {gameObject.transform.name}");

// var colorManager = gameObject.transform.GetComponentInChildren<ColorManager>();
// if (colorManager != null)
// _logger.Debug($"Found ColorManager in GameObject {gameObject.transform.name}");


// }
//}

}

[AffinityPostfix]
Expand Down

0 comments on commit 8cc1164

Please sign in to comment.