shawenguan %!s(int64=2) %!d(string=hai) anos
pai
achega
fb72d02f2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     });
 }