Loading

Paste #pwcfkcz8o

  1.         local won_goals = CompanyData(comp_id).won_goals;
  2.         if (this.accept.ind in won_goals) {
  3.             GSLog.Info("found key");
  4.         } else {
  5.             GSLog.Info("missing key");
  6.             won_goals[this.accept.ind] <- 10;
  7.         }

Comments