Skip to content

Commit 1ab28c0

Browse files
authored
Merge pull request #7 from XanatosX/develop
Release 0.1.2
2 parents 553d9f3 + 171e598 commit 1ab28c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

addons/gameconsole/console/console/console_template.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ func execute_command(command: Command):
4040
command_requested.emit(command)
4141

4242
func request_command(text: String):
43-
print("requested" + text)
4443
command_requested.emit(text)
4544
clear_input.emit()
4645

addons/gameconsole/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Game Console"
44
description="Addon to add a console to the game, allowing you to register and run commands."
55
author="Xanatos"
6-
version="0.1.1"
6+
version="0.1.2"
77
script="gameconsole.gd"

0 commit comments

Comments
 (0)