No error reported when setting invalid value for a PartModule field
djungelorm opened this issue ยท 0 comments
If you use Module.SetFieldFloat to set the value of a boolean field, the RPC completes successfully. It should return an error.
It seems that the KSP API does not throw an exception in this case (just quietly outputs an error to the log).
Related to #706