We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 553d9f3 + 171e598 commit 1ab28c0Copy full SHA for 1ab28c0
addons/gameconsole/console/console/console_template.gd
@@ -40,7 +40,6 @@ func execute_command(command: Command):
40
command_requested.emit(command)
41
42
func request_command(text: String):
43
- print("requested" + text)
44
command_requested.emit(text)
45
clear_input.emit()
46
addons/gameconsole/plugin.cfg
@@ -3,5 +3,5 @@
3
name="Game Console"
4
description="Addon to add a console to the game, allowing you to register and run commands."
5
author="Xanatos"
6
-version="0.1.1"
+version="0.1.2"
7
script="gameconsole.gd"
0 commit comments