mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-13 15:34:40 +01:00
ee, forget to change variables when copying from local
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user