Am i able to edit stats ?
Fr0go1 opened this issue · 2 comments
Fr0go1 commented
Am i able to edit stats ?
syntax-tm commented
The stats edit stuff is there but I haven't tested it fully so it won't actually save the stats. I disabled the feature because I didn't want to mess up anyone's stats.
If you wanted to try it, and I don't really recommend this, you can go to the ApplicationSettings.cs
file in SAM.Core\Settings
and change AllowStatsSave
to be true
.
// before
public static bool AllowStatsSave { get; set; }
// after
public static bool AllowStatsSave { get; set; } = true;
The integer and float stats might work fine, but the average rate ones would likely have issues. If I get time this week I'll work on testing this myself.