From e5a66d0264c443f1fb34c52c95a107a6f71462ab Mon Sep 17 00:00:00 2001 From: ConMaster2112 Date: Sun, 30 Apr 2023 00:48:29 +0200 Subject: [PATCH 1/2] hotfix --- behavior_pack/scripts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behavior_pack/scripts/index.js b/behavior_pack/scripts/index.js index 15aa145..74715ca 100644 --- a/behavior_pack/scripts/index.js +++ b/behavior_pack/scripts/index.js @@ -7,6 +7,6 @@ world.beforeEvents.chatSend.subscribe(async (ev) => { ev.cancel = true; await null; const out = await TerminalInput(sender, message.substring(1)); - sender.sendMessage(sender, out.formatView); + sender.sendMessage(out.formatView); } }); \ No newline at end of file From d7c6bae533a26ea6a5c3be55d192eb92400e471f Mon Sep 17 00:00:00 2001 From: ConMaster2112 Date: Sun, 30 Apr 2023 00:49:36 +0200 Subject: [PATCH 2/2] hot fix, version fix --- behavior_pack/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index 81e9baa..2724fcb 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -4,7 +4,7 @@ "name": "Con JS Terminal", "description": "Terminal with JS input by ConMaster2112", "uuid": "4997eb94-8968-4158-864b-74f1999192f7", - "version": "0.1.0-alpha", + "version": "0.1.1-alpha", "min_engine_version": [1, 20, 0] }, "modules": [