From 6dcd1d0cfe1d59a7a13a7a9f5d242d62585fb73c Mon Sep 17 00:00:00 2001 From: kuangshen04 <2832899707@qq.com> Date: Sun, 8 Oct 2023 15:33:48 +0800 Subject: [PATCH] 1 --- game/game.js | 1 + 1 file changed, 1 insertion(+) diff --git a/game/game.js b/game/game.js index d6ec3eb17..8b0bbd759 100644 --- a/game/game.js +++ b/game/game.js @@ -8510,6 +8510,7 @@ writable:true, value:function(){ for(const i of Array.from(arguments)) this.remove(...i); + return this; } }); Object.defineProperty(Array.prototype,"unique",{