Skip to content

Commit

Permalink
long message
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorIsBlue committed Aug 11, 2024
1 parent 9755da3 commit 2deec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aimmy2/AILogic/AIManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private async void AiLoop()
{
double averageTime = totalTime / 1000.0;
Debug.WriteLine($"Average loop iteration time: {averageTime} ms");
MessageBox.Show($"Average loop iteration time: {averageTime} ms", "I hope this annoyed you mid game... Share this iteration time on our discord!");
MessageBox.Show($"Average loop iteration time: {averageTime} ms", "Share this iteration time on our discord!");
totalTime = 0;
iterationCount = 0;
}
Expand Down

0 comments on commit 2deec3f

Please sign in to comment.