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

set lockedNode acceptAnything property to false #153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

darmuh
Copy link

@darmuh darmuh commented Dec 3, 2024

fix common issue where trying to route to a locked moon would lock the terminal until you left the terminal and entered it again (throwing "Index was outside the bounds of array" error)

acceptAnything being set to true must have at least one compatible noun in the terminalOptions property array or you will always encounter this issue. Since the locked node should not have any compatible nouns you can just set acceptAnything to false.

fix common issue where trying to route to a locked moon would lock the terminal until you left the terminal and entered it again (throwing "Index was outside the bounds of array" error)

``acceptAnything`` being set to true must have at least one compatible noun in the ``terminalOptions`` property array or you will always encounter this issue. Since the locked node should not have any compatible nouns you can just set ``acceptAnything`` to false.
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.

1 participant