Closed Cenngo closed 2 years ago
@quinchs sorry ive been busy this week and i couldnt thoroughly test this, i dont want to break anything in the live build. I just wanted to get this out there to inform people about whats in the pipeline rn.
appears to be running as intended.
This PR fixes the autocomplete command traversal problem and replaces string arrays used in the command maps with IList to remove the unnecessary
ToArray()
method calls and give devs access to a variable sized container.