Skip to content

Commit

Permalink
Remove Log Messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby222 committed Oct 18, 2020
1 parent 8a53227 commit 32406f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>1.1.0</version>
<version>1.1.1</version>
<manifestUri>https://raw.githubusercontent.com/Toby222/ClaimDoors/main/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/Toby222/ClaimDoors/releases/latest</downloadUri>
</Manifest>
Binary file modified Assemblies/ClaimDoors.dll
Binary file not shown.
1 change: 0 additions & 1 deletion Source/Designator_Fog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public override void SelectedUpdate()

private void FogWorker(IntVec3 c)
{
Log.Message($"{c} - {Map.cellIndices.CellToIndex(c)} - {Map.fogGrid.fogGrid[Map.cellIndices.CellToIndex(c)]}");
int index = Map.cellIndices.CellToIndex(c);
Map.fogGrid.fogGrid[index] = true;
if (Current.ProgramState == ProgramState.Playing)
Expand Down

0 comments on commit 32406f4

Please sign in to comment.