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

Fix issue where LMS Sim wasn't cancelling on failure. #5742

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

themrrobert
Copy link
Contributor

Description:

  • LMS Is supposed to only allow one instance per server.
  • When an error occurs, the LMS command function isn't exited, causing it to fail to abort.

Changes:

  • Adds return statements before channel.send() calls to abort starting a new sim if one is in progress.

Other checks:

  • I have tested all my changes thoroughly.

@themrrobert themrrobert added the Type: Bug Something isn't working label Mar 1, 2024
@gc gc merged commit eceed16 into oldschoolgg:master Mar 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants