More user/system stat constants & usage
This commit is contained in:
@@ -70,8 +70,7 @@ class StatLog {
|
||||
};
|
||||
}
|
||||
|
||||
// :TODO: fix spelling :)
|
||||
setNonPeristentSystemStat(statName, statValue) {
|
||||
setNonPersistentSystemStat(statName, statValue) {
|
||||
this.systemStats[statName] = statValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user