4d49 / godot-console

Simple in-game console for Godot 4.2+
MIT License
62 stars 5 forks source link

"Assertion failed: Has command" while typing #7

Closed nothke closed 11 months ago

nothke commented 11 months ago

I'm getting a

Assertion failed: Has command.

while typing a command, it happens at random points along writing, sometimes it gets triggered while typing the second word.

Running in v4.2.1-rc1_mono

nothke commented 11 months ago

Sorry, the issue was actually my problem. I was restarting the level on "R" which triggered re-adding commands.

It would be nice to be able to use HasCommand() in C# as well tho.

4d49 commented 11 months ago

It would be nice to be able to use HasCommand() in C# as well tho.

@nothke done!