We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On DOE, issue net-lisias-ksp/DistantObject#28 , I had found that HasNode is not working.
HasNode
Why?
The text was updated successfully, but these errors were encountered:
Trying to be less smart and more inteligent by avoiding rebuilding a …
59e864d
…already working wheel. Fixes #40
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.
ConfigNode.CopyTo
Fixed on commit 59e864d .
Sorry, something went wrong.
a56b09c
Lisias
No branches or pull requests
On DOE, issue net-lisias-ksp/DistantObject#28 , I had found that
HasNode
is not working.Why?
The text was updated successfully, but these errors were encountered: