Skip to content

Commit

Permalink
Fixed multiply bug
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-shodan committed Jun 30, 2023
1 parent 188b0bf commit e1b87a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Content/Email.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public static void ProvidesCommands(IDictionary<string, Command> commands, IDict
}
for (int x = 0; x < 1; x++)
for (int x = 0; x < multiply; x++)
{
List<IPromptDescription> objectsToReferToInTheEmail = new();
Expand Down

0 comments on commit e1b87a4

Please sign in to comment.