shawenguan před 2 roky
rodič
revize
fb72d02f2c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Scripts/gandartHelper.js

+ 1 - 1
Scripts/gandartHelper.js

@@ -116,7 +116,7 @@ async function all() {
 function checkBuy() {
     return new Promise(async (resolve, reject) => {
         let price = lk.getVal(gardartLimitPriceKey, 0);
-        lk.setVal(gardartLimitPriceKey + "="+type(price)+":"+price);
+        lk.log(gardartLimitPriceKey + "="+type(price)+":"+price);
         return resolve();
     });
 }