shawenguan 1 yıl önce
ebeveyn
işleme
40ee85ff72
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Scripts/elife/ofpayGrab.js

+ 1 - 1
Scripts/elife/ofpayGrab.js

@@ -72,7 +72,7 @@ let awardWantDiscountDict = null;
 async function Main() {
     if (!lk.isExecComm) {
         if (!lk.isRequest()) {
-            all();
+            await all();
         }
     }
 }