Skip to content

Commit

Permalink
fix: unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 19, 2024
1 parent 7df4236 commit 3a3ca24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RollTheDice+DiceNoExplosives.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ private void RemoveDiceNoExplosivesEventHandler()

private void DiceNoExplosivesOnEntitySpawned(CEntityInstance entity)
{
if (entity.DesignerName != null) Console.WriteLine(entity.DesignerName);
// remove listener if no players to save resources
if (_playersWithoutExplosives.Count == 0)
{
Expand Down

0 comments on commit 3a3ca24

Please sign in to comment.