Closed Gusarich closed 3 months ago
Actually while working on a fix I realized that we can't really know if stat was never assigned before or its value is just 0
, so we won't be able to implement default values correctly in this case.
We could introcude some helper stats that track set values but due to a limit of persistent stats that's a bad idea.
I'll just remove the possibility to define the defalut value for a stat.
You can set the defalut value for a stat but after compilation it doesn't work.