NightDriverServer
NightDriverServer copied to clipboard
Statistics causes crash on ParkCursor in vscode
Just noticed that when you try to run this, the code fails in Statistics on ParkCursor(), commented out the line and it suddenly works
This can happen if the Console buffer width and/or height are smaller than the coordinates the cursor is moved to. In that particular method, no check is done first to see if that's what's being attempted.
Did you maybe have your console set to a tiny size (in terms of rows and columns), or not running at all?