CT-38 #17

Merged
mitch merged 2 commits from CT-38 into master 2022-04-19 12:36:10 +00:00
Showing only changes of commit 283e0ae068 - Show all commits

View File

@ -176,7 +176,6 @@ export class ForceComponent implements OnInit {
fu.unit.enemyUnitsDestroyed = newUnitsDestroyed; fu.unit.enemyUnitsDestroyed = newUnitsDestroyed;
fu.unit.experiencePoints = newExperience; fu.unit.experiencePoints = newExperience;
// console.log(fu.unit);
this.unitArmyService.update(fu.unit).toPromise().then(); this.unitArmyService.update(fu.unit).toPromise().then();
} }
@ -199,7 +198,6 @@ export class ForceComponent implements OnInit {
} }
if (this.army) { if (this.army) {
// console.log(this.army)
this.armyService.update(this.army).toPromise().then() this.armyService.update(this.army).toPromise().then()
} }