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

Allow lua debug quick messages in singleplayer #7700

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

Conversation

obligaron
Copy link
Contributor

When debugging, it's possible to use quick messages to execute lua scripts.
This is useful when debugging to execute lua commands very quickly.
However, in singleplayer chat is disabled (IsChatAvailable returns false) and so no quick messages are processed.
This PR changes that so that /lua quick messages will work in singleplayer.
Note: Normal chat functionality is still disabled even in debug singleplayer, as we now have a great lua console with autocomplete.

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