Skip to content

Fix variable typo in button check and volume range validation in dialogs - #743

Open
iManGaaX wants to merge 1 commit into
multitheftauto:masterfrom
iManGaaX:patch-5
Open

Fix variable typo in button check and volume range validation in dialogs#743
iManGaaX wants to merge 1 commit into
multitheftauto:masterfrom
iManGaaX:patch-5

Conversation

@iManGaaX

@iManGaaX iManGaaX commented Sep 2, 2026

Copy link
Copy Markdown
  • Corrected variable reference from messageButon to messageButton in error string indexing within both messageBox and messageBoxEx.
  • Replaced broken volume range evaluation (volume > 1 or volume < 1) with valid range check (volume > 1 or volume < 0).

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