Alexofp / BDCC

Text based game about being a prisoner in a space prison with a lot of adult themes. Working title is Broken Dreams Correctional Center or BDCC for short. Test the latest version here: (could be unstable)
https://alexofp.github.io/BDCC/
MIT License
126 stars 41 forks source link

Console command, when missing arguments command_entry's paramCount index does not exist #78

Closed CanInBad closed 4 months ago

CanInBad commented 4 months ago

When using a console command that requires argument, it crashes due to trying to call non existing index of "paramCount" https://github.com/Alexofp/BDCC/blob/main/UI/DebugUI/ConsoleSingleton.gd#L77

Alexofp commented 4 months ago

I made the console before I made the handy debug panel, console became kinda useless after that, heh

CanInBad commented 4 months ago

Fine, I'll do it myself