Loading

Paste #pzqwtcd08

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

Comments