Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalle Minkner committed Jan 7, 2025
1 parent bf19bf2 commit 2932aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RollTheDice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private void OnMapStart(string mapName)

private void OnMapEnd()
{
DebugPrint($"Map ended: {mapName}");
DebugPrint($"Map ended: {_currentMap}");
ResetDices();
// disallow dice rolls
_isDuringRound = false;
Expand Down

0 comments on commit 2932aff

Please sign in to comment.