Skip to content
New issue

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

Use RemoteTechFactory always when RemoteTech it is available #1171

Merged
merged 1 commit into from
Sep 28, 2015

Conversation

tomekpiotrowski
Copy link
Member

Currently, when deciding whether to use RemoteTechFactory kOSProcessor checks if the vessel has a flight computer. If it does not, then RT-related features are not enabled. As a result it is possible to construct a vessel without a flight computer (command pod + kos processor + battery), place it in orbit of duna and happily explore the archive even though the vessel has no antenna and no one on board.

This commit disables the flight computer check. I'm not 100% sure if it does not create problems somewhere else. Any testing/feedback would be appreciated.

This might have been the cause of #1088.

erendrake added a commit that referenced this pull request Sep 28, 2015
Use RemoteTechFactory always when RemoteTech it is available
@erendrake erendrake merged commit 2f2e156 into KSP-KOS:develop Sep 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants