We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acae1f commit cf30772Copy full SHA for cf30772
src/client/client.ts
@@ -141,7 +141,7 @@ export class Client extends EventEmitter<Events> {
141
*/
142
public globalMessage(worldName: string, parameters?: MessagePayload): void {
143
this.sendRawMessage({
144
- instruction: Instruction.LocalMessage,
+ instruction: Instruction.GlobalMessage,
145
worldName,
146
parameter: parameters?.parameter,
147
flex: parameters?.flex,
0 commit comments