diff --git a/noname/library/element/player.js b/noname/library/element/player.js index c6e2affeb..81f0c6fd9 100644 --- a/noname/library/element/player.js +++ b/noname/library/element/player.js @@ -7823,7 +7823,7 @@ export class Player extends HTMLDivElement { this.removeAdditionalSkill(i); } } - this[all ? 'removeSkill' : 'removeSkillLog'](list); + this[all ? 'removeSkill' : 'removeSkills'](list); this.checkConflict(); this.checkMarks(); return list;