diff --git a/Scripts/Libs/ahmad3/UI/MlAuth.Script.txt b/Scripts/Libs/ahmad3/UI/MlAuth.Script.txt index a63baff7..6ae721a9 100644 --- a/Scripts/Libs/ahmad3/UI/MlAuth.Script.txt +++ b/Scripts/Libs/ahmad3/UI/MlAuth.Script.txt @@ -488,8 +488,8 @@ Void TrySendStaggeredReqs() { wait(Req.IsCompleted); if (Req.StatusCode == 200) { IndexedStaggeredReqs.removekey(I); - Http.Destroy(Req); } + Http.Destroy(Req); } StaggeredReqs = [];