From b4ef8dac2ce623dc50798182a5ea50cf8f003f91 Mon Sep 17 00:00:00 2001 From: Rintim Date: Fri, 22 Dec 2023 22:07:23 +0800 Subject: [PATCH] fix: all fixed. --- noname/game/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noname/game/index.js b/noname/game/index.js index 872af08dc..0b4123abc 100644 --- a/noname/game/index.js +++ b/noname/game/index.js @@ -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() {