Skip to content

Commit

Permalink
Merge pull request #2 from Con-JS-Development/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
conmaster2112 authored Apr 29, 2023
2 parents e21241b + d7c6bae commit a49f831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion behavior_pack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion behavior_pack/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
});

0 comments on commit a49f831

Please sign in to comment.