KSP-ModularManagement / KSPe

Extensions and utilities for Kerbal Space Program
http://ksp.lisias.net/add-ons/KSPAPIExtensions
Other
11 stars 5 forks source link

Bug on ConfigNodeWithSteroids.HasNode #40

Closed Lisias closed 1 year ago

Lisias commented 1 year ago

On DOE, issue https://github.com/net-lisias-ksp/DistantObject/issues/28 , I had found that HasNode is not working.

Why?

Lisias commented 1 year ago

Sometimes it pays to read the fscking documentation (or the VS's Assembly Browser) before trying to pull a smart move.

ConfigNode.CopyTo was already there, ready to be used - there was no need to try to implement a brute force object copier.

Fixed on commit https://github.com/net-lisias-ksp/KSPe/commit/59e864dfe32d8cbac7d26693951a78924f8f32fb .