1
0
mirror of synced 2024-11-27 23:50:49 +01:00

Clear online matching entries after one match

This commit is contained in:
asesidaa 2022-08-01 16:29:18 +08:00
parent 1de4d8c406
commit 1ab148a50a

View File

@ -676,6 +676,8 @@ public class CardServiceController : WebApiController
throw new HttpException(400,"Matching Id mismatch!"); throw new HttpException(400,"Matching Id mismatch!");
} }
// Only one matching at a time
OnlineMatchingEntries.Clear();
var result = new OnlineMatchingResult var result = new OnlineMatchingResult
{ {
Status = 1 Status = 1