Skip to content

Commit cf30772

Browse files
committed
I did a stupid
1 parent 3acae1f commit cf30772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class Client extends EventEmitter<Events> {
141141
*/
142142
public globalMessage(worldName: string, parameters?: MessagePayload): void {
143143
this.sendRawMessage({
144-
instruction: Instruction.LocalMessage,
144+
instruction: Instruction.GlobalMessage,
145145
worldName,
146146
parameter: parameters?.parameter,
147147
flex: parameters?.flex,

0 commit comments

Comments
 (0)