fix: all fixed.

This commit is contained in:
Rintim 2023-12-22 22:07:23 +08:00
parent 76b4a3084d
commit b4ef8dac2c
No known key found for this signature in database
GPG Key ID: BE9E1EA615BACFCF
1 changed files with 1 additions and 1 deletions

View File

@ -1387,7 +1387,7 @@ export class Game extends Uninstantable {
func = lib.message.client[func];
}
if (typeof func == 'function') {
func.apply(this, arguments);
func.apply(this, args);
}
}
static syncState() {