Release v1.0.2

This commit is contained in:
2021-04-16 15:43:13 +02:00
parent 148f442857
commit 5fa28a9364
3 changed files with 4 additions and 4 deletions

View File

@@ -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);
}