Arsenal - Fix Bad Vehicle Type error for backpack#11388
Conversation
Co-authored-by: Drofseh <Drofseh@users.noreply.github.com>
johnb432
left a comment
There was a problem hiding this comment.
I'm a bit confused. When is this a problem? If there's a backpack that doesn't exist, then it shouldn't even appear in the arsenal - if it does, we might be able to address it at the root.
|
the I think that might be the root problem, otherwise I'm not sure how bad backpacks are getting into the list data |
If it's only that, we can easily address there. |
|
some private mods use event handlers on list of backpacks after loading list in arsenal ( appending ID to classname for some reason ), so each time they refresh list, there is an error that classname does not exist ( mainly because of setUnitLoadout internal restrictions). Error is omited on every other classname, but backpacks are special, they are type of Vehicle |
When merged this pull request will: