虚拟角色防报错

This commit is contained in:
157 2024-01-04 21:17:33 +08:00
parent 9faee65131
commit 6c16aabd0b
1 changed files with 1 additions and 1 deletions

View File

@ -7582,7 +7582,7 @@ export class Player extends HTMLDivElement {
}
getFriends(func) {
var player = this;
var targets;
var targets = [];
var mode = get.mode();
var self = false;
if (func === true) {