ee, forget to change variables when copying from local

This commit is contained in:
Yazawazi 2022-04-22 07:49:35 +08:00 committed by GitHub
parent a3f528ede0
commit 1c6aa32cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,11 +274,11 @@ public class GenshinAvatar {
}
public void setFetterList(List<Integer> fetterList) {
this.fetterList = fetterList;
this.fetters = fetterList;
}
public List<Integer> getFetterList() {
return fetterList;
return fetters;
}
public float getCurrentHp() {