Closed Xterionix closed 1 month ago
@DaanV2 Thoughts?
I mean if its wrong, it should be updated. Im unsure what you want to gauge 🤔
I was hoping you'd have an idea on how it can be fixed, something I could work off of. Since it seems like the type cast is where the data is lost
Looked into it, but nothing is turning it to 3, where are you finding this?
Can you check the entity property pr? Just run the diagnoser with an entity that has float properties like that, and you'll get an error saying "Expected float property: 3"
I ran it with the latest extension, and the only error I'm getting is:
Default value is not within the range: 3.2
That's odd, it must be something with my system's environment then. Either way this isn't an issue then and the pr can be merged
When read by the diagnoser, the default value for this actor property is 3. Just logging
jsonc.prase(diagnoser.document)
contains the 3.2 value.Most likely happens in other places too, but this is where I noticed it