DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
76 stars 13 forks source link

Console not working properly #3

Closed Beider closed 4 years ago

Beider commented 4 years ago

To me it seems there is something wrong with the console currently, I haven't had time to look into it properly yet but I am guessing there is an infinite loop somewhere.

It appears to happen whenever I try to execute a command in the console, the entire game just freezes. I might spend some time on later myself if I find I need the console.

DoubleDeez commented 4 years ago

I'm not having this issue, can you attach an example project where this happens?

Beider commented 4 years ago

I tested this again and it was working for me now, I don't know why it failed in the past. If I experience it again I will debug it and try to figure out what is going on. For now I will just close this.