Skip to content

Commit a49f831

Browse files
Merge pull request #2 from Con-JS-Development/development
Development
2 parents e21241b + d7c6bae commit a49f831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

behavior_pack/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Con JS Terminal",
55
"description": "Terminal with JS input by ConMaster2112",
66
"uuid": "4997eb94-8968-4158-864b-74f1999192f7",
7-
"version": "0.1.0-alpha",
7+
"version": "0.1.1-alpha",
88
"min_engine_version": [1, 20, 0]
99
},
1010
"modules": [

behavior_pack/scripts/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ world.beforeEvents.chatSend.subscribe(async (ev) => {
77
ev.cancel = true;
88
await null;
99
const out = await TerminalInput(sender, message.substring(1));
10-
sender.sendMessage(sender, out.formatView);
10+
sender.sendMessage(out.formatView);
1111
}
1212
});

0 commit comments

Comments
 (0)