Release v1.0.2
This commit is contained in:
@@ -114,7 +114,7 @@ class SocketlibSocket {
|
||||
func(...args);
|
||||
}
|
||||
|
||||
async executeForAllOtherGMs(handler, ...args) {
|
||||
async executeForOtherGMs(handler, ...args) {
|
||||
const [name, func] = this._resolveFunction(handler);
|
||||
this._sendCommand(name, args, RECIPIENT_TYPES.ALL_GMS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user