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 OutOfRange error with invalid names #8

Merged
merged 1 commit into from
Aug 5, 2019
Merged

Fixed OutOfRange error with invalid names #8

merged 1 commit into from
Aug 5, 2019

Conversation

Pustalorc
Copy link

Thanks to Demon_Immortality for the quick report.

Was caused by me not checking what index I was requesting with the components variable.
(When selling items it is index 0, but I was selecting index 1 as the first .First() that I had changed was for vehicle checking, so the mistake was copied over to any invalid/non-existant item messages)

@cemahseri cemahseri merged commit 9321ed6 into RocketModPlugins:legacy Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants