diff --git a/scripts/send-t-shirts.plx b/scripts/send-t-shirts.plx index 84b237c..5214f2b 100644 --- a/scripts/send-t-shirts.plx +++ b/scripts/send-t-shirts.plx @@ -52,6 +52,7 @@ foreach my $id (sort keys %idsSent) { $request = undef; } } + last if defined $request; } if (not defined $request) { my $out = "WARNING: We seem to have sent $id an $idsSent{$id} t-shirt that $id didn't request! Ignoring that and contuining...\n";