Closed Kneckter closed 1 year ago
Did you check this? It works fine for me before. The + means 'convert to integer' in javascript.
I did test it, I wasn't just reading code for the fun of it lol
Before
After
Before:
I'm not sure why you would have a problem...
I'm not sure but it did check the first 9. Maybe there is a different issue buy this worked
Could this be an issue related to editing existing tracks? In the first screenshot you aren't removing them first and each one says "unchanged"
That is what I was thinking as an alternative issue. I'm just not home yet to recheck.
I'm not sure what caused it but I'm closing this if it's not needed.
I wouldn't want you to close it if there is genuinely a problem, but I am not sure it is the one you thought it was. I need to rework these functions anyway as I notice that they incorrectly imported values that are passed as context but it won't change the sematics
The last code change in #839 added a
+
to the everything command, which made it stop at level 9. This fix allows the command to track the whole array of raid levels.