Skip to content

Commit

Permalink
Close when refunding
Browse files Browse the repository at this point in the history
Contest should be closed before refunding as contest will still shadow-run when refunded before closing
  • Loading branch information
fajnyCreeper committed Jun 7, 2020
1 parent b11bebf commit 0abb03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
break;

case "refund":
CloseContest($bot, GetActiveId($bot));
RefundContest($bot, GetLatestId($bot));
break;

Expand Down

0 comments on commit 0abb03c

Please sign in to comment.