|
|||
| Views: 693,627 | 06-28-21, 01:23 am | ||
code block | Thread review | |
|---|---|
| Kawa | Done. Will push with the next update. |
| Mega-Mario |
If I were you, I'd also add some parentheses to that double ternary operator. I don't think it'd change much how the compiler sees it, but it'd make it more readable. Just a lil' suggestion :) |
| Kawa | Well, fuck. Implemented. Will push when the next work on lootsets is done. |
| PillowShout |
Sorry to make another thread about this, but the other one was closed. Feel free to delete this one after it's been resolved. Your fix for the UIList Index doesn't seem to work, as trying to select a new character's race and pressing the "go left" button while on 'Human' still causes an Array-Out-of-Bounds exception. I tossed together a quick fix that seems to work. (Would have done this yesterday, but I was just being lazy :P ) Replace:
With:
I tested it out and it seems to behave nicely, so hopefully we can call this one truly and completely resolved. |