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

Fixed game crash caused by ChatInputSuggestor #4722

Conversation

NekosAreKawaii
Copy link
Contributor

Type of change

  • Bug fix
  • New feature

Description

Use length instead of 1 to prevent a crash that happens when you use the left arrow key in the chat and the command prefix is more than one character long.

Related issues

None

How Has This Been Tested?

Self explanatory

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

Use length instead of 1 to prevent a crash that happens when you use the left arrow key in the chat and the command prefix is more than one character long.
@Wide-Cat Wide-Cat merged commit f82d7dc into MeteorDevelopment:master Jul 3, 2024
@NekosAreKawaii NekosAreKawaii deleted the patch/ChatInputSuggestorMixin branch July 3, 2024 20:42
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