mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-27 12:23:21 +08:00
ee, forget to change variables when copying from local
This commit is contained in:
parent
a3f528ede0
commit
1c6aa32cea
@ -274,11 +274,11 @@ public class GenshinAvatar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setFetterList(List<Integer> fetterList) {
|
public void setFetterList(List<Integer> fetterList) {
|
||||||
this.fetterList = fetterList;
|
this.fetters = fetterList;
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<Integer> getFetterList() {
|
public List<Integer> getFetterList() {
|
||||||
return fetterList;
|
return fetters;
|
||||||
}
|
}
|
||||||
|
|
||||||
public float getCurrentHp() {
|
public float getCurrentHp() {
|
||||||
|
Loading…
Reference in New Issue
Block a user