Reset stats after allocation (#10363)

This commit is contained in:
Keith Holliday
2018-05-14 22:18:23 -05:00
committed by GitHub
parent 2c3d268a63
commit fa60c9a232

View File

@@ -307,6 +307,13 @@
stats: statUpdates,
});
this.statUpdates = {
str: 0,
int: 0,
con: 0,
per: 0,
};
this.loading = false;
},
allocateNow () {