remove goofy doc comment thing

This commit is contained in:
JohnCorby 2022-08-05 16:53:26 -07:00
parent 7556d911bf
commit d3cc687d84

View File

@ -187,7 +187,6 @@ namespace NewHorizons.Builder.Props
/// Remove things that require sectors if the sector is null. Will just keep extending this as things pop up.
/// Returns true if the object is destroyed
/// </summary>
/// <param name="component"></param>
private static bool FixUnsectoredComponent(Component component)
{
if (component is FogLight or SectoredMonoBehaviour)