Skip to content

Commit

Permalink
Print stats to console
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Aug 28, 2024
1 parent 8cb437a commit 938d2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/Jailbreak.RTD/RTDStatsCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public void
var percent = prob / total * 100;
executor.PrintToChat(
$"{ChatColors.Orange}{index++}. {ChatColors.LightBlue}{name}{ChatColors.Grey}: {ChatColors.Yellow}{percent:0.00}%");
executor.PrintToConsole($"{index++}. {name}: {percent:0.00}%");
}
}
}

0 comments on commit 938d2bb

Please sign in to comment.