We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are checks all over the place checking if the current index > 1 or the inverted checks.
Fix this by setting the first and last index in the xml. This will also allows it to add more grabPoints.
e.g:
hoseSystem/specializations/HoseSystemPlayerInteractiveHandling.lua
Line 332 in 1f90175
Line 682 in 1f90175
Nasty stuff.
The text was updated successfully, but these errors were encountered:
stijnwop
No branches or pull requests
There are checks all over the place checking if the current index > 1 or the inverted checks.
Fix this by setting the first and last index in the xml. This will also allows it to add more grabPoints.
e.g:
hoseSystem/specializations/HoseSystemPlayerInteractiveHandling.lua
Line 332 in 1f90175
hoseSystem/specializations/HoseSystemPlayerInteractiveHandling.lua
Line 682 in 1f90175
Nasty stuff.
The text was updated successfully, but these errors were encountered: