Skip to content

Commit

Permalink
Fixed Lucky Coin debug line spam.
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-119 committed Mar 2, 2021
1 parent f444f57 commit 32e8dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomItems/Items/LuckyCoin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private void OnRoundStart()
foreach (PocketDimensionTeleport teleport in Object.FindObjectsOfType<PocketDimensionTeleport>())
{
teleports.Add(teleport);
Log.Debug("Adding PD Teleport..");
Log.Debug("Adding PD Teleport..", CustomItems.Instance.Config.IsDebugEnabled);
}
}

Expand Down

0 comments on commit 32e8dc9

Please sign in to comment.