shawenguan hace 1 año
padre
commit
40ee85ff72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
         }
     }
 }