Skip to content

Commit

Permalink
Add missing bench count
Browse files Browse the repository at this point in the history
  • Loading branch information
sgkoishi committed Apr 27, 2024
1 parent 20570a1 commit 77da93b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Misc/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ private void Command_TicksPerSec(CommandArgs args)
Terraria.WorldGen.UpdateWorld_UndergroundTile(x, y, false, 3);
Terraria.WorldGen.UpdateWorld_OvergroundTile(x, y, false, 3);
Terraria.WorldGen. growGrassUnderground = false;
c += 1;
}
var dt = DateTime.Now - t;
args.Player.SendInfoMessage($"UPS Bench: {c} in {dt} ({c / dt.TotalSeconds:F2} per second)");
Expand Down

0 comments on commit 77da93b

Please sign in to comment.