Fixed some typos :)
This commit is contained in:
@@ -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');
|
||||
});
|
||||
Reference in New Issue
Block a user