Fixed some typos :)

This commit is contained in:
Valdo Romao 2022-01-25 19:43:27 +00:00
parent ad2dd1c8d5
commit aefb28d895
5 changed files with 17 additions and 19 deletions

View file

@ -1,7 +1,7 @@
WA.room.onEnterLayer('myLayer').subscribe(() => {
WA.chat.sendChatMessage("Hello!", 'Wooka');
WA.chat.sendChatMessage("Hello!", 'Woka');
});
WA.room.onLeaveLayer('myLayer').subscribe(() => {
WA.chat.sendChatMessage("Goodbye!", 'Wooka');
WA.chat.sendChatMessage("Goodbye!", 'Woka');
});