Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
SollyW committed Aug 14, 2023
1 parent b92772b commit 6b83b54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion BunburrowLoopingPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ static void FillVoids(DirectionsListOf<LevelsList> levelsLists, Direction direct
Direction opposite = direction.GetOpposite();
levelsLists.SetPart(direction,
levelsLists[opposite]?.AdjacentBunburrows[opposite]);
UnityEngine.Debug.Log($"Replaced {direction} with {levelsLists[direction]}");
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion BunburrowLoopingPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>BunburrowLoopingPlugin</AssemblyName>
<Description>Going out of bounds in a level brings you to the opposite side</Description>
<Description>Allows going out of bounds in a level to reach the opposite side</Description>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 6b83b54

Please sign in to comment.